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::Parameter Class Referenceabstract

Inherited by EMotionFX::GroupParameter, and EMotionFX::ValueParameter.

Public Member Functions

 Parameter (AZStd::string name, AZStd::string description={})
 
virtual const char * GetTypeDisplayName () const =0
 
const AZStd::string & GetName () const
 
void SetName (const AZStd::string &name)
 
const AZStd::string & GetDescription () const
 
void SetDescription (const AZStd::string &description)
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
static bool IsNameValid (const AZStd::string &name, AZStd::string *outInvalidCharacters)
 

Protected Attributes

AZStd::string m_name
 
AZStd::string m_description
 

Static Protected Attributes

static const char s_invalidCharacters []
 

Member Data Documentation

◆ m_description

AZStd::string EMotionFX::Parameter::m_description
protected

The description of the attribute.

◆ m_name

AZStd::string EMotionFX::Parameter::m_name
protected

The name as it will appear in the interface.


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