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::Integration::ActorComponentNotifications Class Reference

#include <ActorComponentBus.h>

Inherits AZ::ComponentBus.

Classes

struct  AssetConnectionPolicy
 

Public Types

template<typename Bus >
using ConnectionPolicy = AssetConnectionPolicy< Bus >
 

Public Member Functions

virtual void OnActorInstanceCreated (EMotionFX::ActorInstance *)
 
virtual void OnActorInstanceDestroyed (EMotionFX::ActorInstance *)
 

Detailed Description

EMotion FX Actor Component Notification Bus Used for monitoring events from actor components.

Member Function Documentation

◆ OnActorInstanceCreated()

virtual void EMotionFX::Integration::ActorComponentNotifications::OnActorInstanceCreated ( EMotionFX::ActorInstance )
inlinevirtual

Notifies listeners when the component has created an actor instance.

Parameters
actorInstance- pointer to actor instance

◆ OnActorInstanceDestroyed()

virtual void EMotionFX::Integration::ActorComponentNotifications::OnActorInstanceDestroyed ( EMotionFX::ActorInstance )
inlinevirtual

Notifies listeners when the component is destroying an actor instance.

Parameters
actorInstance- pointer to actor instance

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