Custom Events

Description

OVER SDK Visual Scripting also provides the User a tool to define and use Custom events.

These events need to be defined inside a Graph and are only usable inside such.

Custom Event Node

Each Custom Event Node must be defined by a (unique) Name. In order to fire this event use a Custom Event Trigger

Custom Event Trigger

In order to fire a defined Custom Event, a Custom Event Trigger needs to be inserted in another execution flow of the Graph.

By editing its Name parameter, it is possible to fire the execution of the Custom Event Node with the corresponding name.

Last updated