On Custom Event
Event node which fires when the specified custom event is sent. This node is used in combination with SendCustomEvent
Installation
To use this Node, you must enable omni.graph.action
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
Event Name (eventName) |
|
The name of the custom event |
|
Only Simulate On Play (onlyPlayback) |
|
When true, the node is only computed while Stage is being played. |
True |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Path (path) |
|
The path associated with the received custom event |
|
Bundle (bundle) |
|
Bundle received with the event |
|
Received (execOut) |
|
Executes when the event is received |