-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference TriggerAssetCustomEvent
S2NX7 edited this page Oct 16, 2025
·
3 revisions
The TriggerAssetCustomEvent unit triggers a custom event on a specified ScriptGraphAsset. It allows you to pass arguments to the event and control when the event is invoked.
Input Ports
- enter : The Control Input that triggers the event.
-
asset : The
ScriptGraphAssetwhere the custom event will be triggered. - name : The name of the custom event to trigger.
-
arguments : Optional arguments passed to the custom event, depending on the
Countsetting.
Output Ports
- exit : The Control Output fired after the event has been triggered.