Activation Component
Adding this to an actor allows to activate the actor from an interactable remotely.
Last updated
Adding this to an actor allows to activate the actor from an interactable remotely.
An activation component allows you to activate an actor remotely for example you might have a lamp which can be activated remotely by a switch which can be interacted with.
Get Activation State: Returns true if this actor has been activated.
On Activation: Executes upon Activating this actor.
On Deactivation: Executed upon deactivating this actor.
Last updated