Detect a character using a "detector"
What's this?
Why use this?
Custom behaviour
protected virtual void ProcessEnterAction( CharacterActor characterActor ){}
protected virtual void ProcessStayAction( CharacterActor characterActor ){}
protected virtual void ProcessExitAction( CharacterActor characterActor ){}Example: Jump pad
Last updated