Contact Us

CATEGORIES

Whoops…Nothing found

Try other keywords in your search

Pixera Connect, an Unreal Plugin - Trigger Events in Unreal from Pixera

 1 Minute

 0 Likes

 575 Views

We offer the possibility to send commands from Pixera into the Unreal scene via the level blueprint to then activate whatever functionality the user requires.

Warning

The Pixera Connect Plugin is required for the following features in this article to work. Follow this article to install and learn about the Connect Plugin: Pixera Connect (Unreal Engine Plugin).

 

 


 

Setup Unreal

 

To enable the execution of action in the level blueprint, the events must be specified with the Action “Register Event”. A created custom event attached to this Action can be recognized and executed in Pixera. The event name will be used later in Pixera.

 

In this example are two registered events, play and stop. Make sure to use the Event “BeginPlay” connected to the “Register Event” Action for the Event to be registered when the Unreal Project is opened in Pixera, if done afterwards Pixera will not see the event and it can not be activated.

 


 

Setup Pixera

 

The call “triggerEventByName(string triggerName)” used on an Unreal World object can be used to call the event in Pixera. This will be setup either with an API Call, a Pixera action, or a direct UI call. The example below is using a Pixera action with Code Block programming.

  1. Locate your Unreal Resource in the Pixera Module and extend it in its own module
  2. Open the Action getUnrealWorld
  3. Connect a SendText module to the triggerEventByName action
  4. Enter the string to send in the SendText.Text action.
  5. You can also simply connect it with a button in the Control UI and add the trigger name

 

Running the “sendText()” Action will now run the “play” Event in the Unreal Level Blueprint.

 


 

Continue With Pixera Connect

 

The Pixera Connect Plugin allows a variety of workflows with an opened Unreal Project. Follow the links below to learn more:

Pixera Connect, an Unreal Plugin - General Usage 

Pixera Connect, an Unreal Plugin - Trigger Events in Unreal from Pixera

Pixera Connect, an Unreal Plugin - Unreal Level Streaming and Loading In Pixera 

Pixera Connect, an Unreal Plugin - Send Variable Data from Pixera to Unreal

Pixera Connect, an Unreal Plugin - Send Variable Data from Unreal to Pixera 

 

Pixera 2.0.56 | 10. July 2024

Was this article helpful?