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::TriggerActionSetup Class Reference

Public Member Functions

size_t GetNumActions () const
 
AnimGraphTriggerActionGetAction (size_t index) const
 
AZ::Outcome< size_t > FindActionIndex (AnimGraphTriggerAction *action) const
 
void AddAction (AnimGraphTriggerAction *action)
 
void InsertAction (AnimGraphTriggerAction *action, size_t index)
 
void ReserveActions (size_t numActions)
 
void RemoveAction (size_t index, bool delFromMem=true)
 
void RemoveAllActions (bool delFromMem=true)
 
void ResetActions (AnimGraphInstance *animGraphInstance)
 
AZStd::vector< AnimGraphTriggerAction * > & GetActions ()
 
const AZStd::vector< AnimGraphTriggerAction * > & GetActions () const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

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