Activation Component

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.

Functions

Callable Functions

  • Get Activation State: Returns true if this actor has been activated.

Bindable Events

  • On Activation: Executes upon Activating this actor.

  • On Deactivation: Executed upon deactivating this actor.

Last updated