Skip to content

Unit Reference TriggerAssetCustomEvent

S2NX7 edited this page Oct 16, 2025 · 3 revisions

TriggerAssetCustomEvent

Screenshot 2025-09-30 141548

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 ScriptGraphAsset where 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 Count setting.

Output Ports

  • exit : The Control Output fired after the event has been triggered.

Clone this wiki locally