#include <ActorBus.h>
Inherits AZ::EBusTraits.
Public Types | |
using | MutexType = AZStd::recursive_mutex |
Public Member Functions | |
virtual void | OnMotionExtractionNodeChanged (Actor *actor, Node *newMotionExtractionNode) |
virtual void | OnActorCreated (Actor *actor) |
virtual void | OnActorDestroyed (Actor *actor) |
virtual void | OnActorReady (Actor *actor) |
EMotion FX Actor Notification Bus Used for monitoring events from actors.
|
inlinevirtual |
Called whenever the motion extraction node of an actor changed.