VFX player¶
This VFX player community component allows an effect to play when triggered. Attach this component to an effect. For a smooth gaming experience, it's recommended to attach only one VFX player component to an effect.
This component includes:
Property | Description |
---|---|
Toggle play | Controls the playability of the effect. Triggering it once turns the effect on, and triggering it again turns the effect off. |
Condition | Defines the condition for playing the effect, either automatically with Auto play or upon a specific event occurring with Event. |
Event name | Enter the name of the event as registered in the AiGameEventRelay component component attached to the AI NPC. This field is only visible when the Condition is set to Event. |
Final event | Enter the name of an event to be emitted after all other settings of this VFX player component have been executed. |