Open 3D Engine EMotionFX Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
EMotionFX::ActorInstanceNotifications Class Reference

#include <ActorInstanceBus.h>

Inherits AZ::EBusTraits.

Public Types

using MutexType = AZStd::recursive_mutex
 

Public Member Functions

virtual void OnActorInstanceCreated (ActorInstance *actorInstance)
 
virtual void OnActorInstanceDestroyed (ActorInstance *actorInstance)
 

Detailed Description

EMotion FX Actor Instance Notification Bus Used for monitoring events from actor instances.

Member Function Documentation

◆ OnActorInstanceDestroyed()

virtual void EMotionFX::ActorInstanceNotifications::OnActorInstanceDestroyed ( ActorInstance actorInstance)
inlinevirtual

Called when any of the actor instances gets destructed.

Parameters
actorInstanceThe actorInstance that gets destructed.

The documentation for this class was generated from the following file: