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

Inherits EMotionFX::RangedValueParameter< AZ::Quaternion, RotationParameter >.

Public Member Functions

 AZ_RTTI_NO_TYPE_INFO_DECL ()
 
const char * GetTypeDisplayName () const override
 
MCore::AttributeConstructDefaultValueAsAttribute () const override
 
uint32 GetType () const override
 
bool AssignDefaultValueToAttribute (MCore::Attribute *attribute) const override
 
bool SetDefaultValueFromAttribute (MCore::Attribute *attribute) override
 
bool SetMinValueFromAttribute (MCore::Attribute *attribute) override
 
bool SetMaxValueFromAttribute (MCore::Attribute *attribute) override
 
- Public Member Functions inherited from EMotionFX::RangedValueParameter< AZ::Quaternion, RotationParameter >
 RangedValueParameter (const AZ::Quaternion &defaultValue, const AZ::Quaternion &minValue, const AZ::Quaternion &maxValue, bool hasMinValue=true, bool hasMaxValue=true, AZStd::string name={}, AZStd::string description={})
 
AZ::Quaternion GetMinValue () const
 
void SetMinValue (const AZ::Quaternion &newValue)
 
AZ::Quaternion GetMaxValue () const
 
void SetMaxValue (const AZ::Quaternion &newValue)
 
bool GetHasMinValue () const
 
void SetHasMinValue (const bool newValue)
 
bool GetHasMaxValue () const
 
void SetHasMaxValue (const bool newValue)
 
- Public Member Functions inherited from EMotionFX::DefaultValueParameter< ValueType, Derived >
 AZ_RTTI ((DefaultValueParameter, "{AE70C43D-6BAE-4EDF-A1CF-FC18B9F92ABB}", ValueType, Derived), ValueParameter)
 
 DefaultValueParameter (const ValueType &defaultValue, AZStd::string name={}, AZStd::string description={})
 
ValueType GetDefaultValue () const
 
void SetDefaultValue (const ValueType &newValue)
 
- Public Member Functions inherited from EMotionFX::ValueParameter
 ValueParameter (AZStd::string name, AZStd::string description={})
 
virtual MCore::AttributeConstructDefaultValueAsAttribute () const =0
 
virtual uint32 GetType () const =0
 
virtual bool AssignDefaultValueToAttribute (MCore::Attribute *attribute) const =0
 
virtual bool SetDefaultValueFromAttribute (MCore::Attribute *attribute)=0
 
virtual bool SetMinValueFromAttribute (MCore::Attribute *attribute)
 
virtual bool SetMaxValueFromAttribute (MCore::Attribute *attribute)
 
- Public Member Functions inherited from EMotionFX::Parameter
 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 AZ::Quaternion GetUnboundedMinValue ()
 
static AZ::Quaternion GetUnboundedMaxValue ()
 
- Static Public Member Functions inherited from EMotionFX::RangedValueParameter< AZ::Quaternion, RotationParameter >
static void Reflect (AZ::ReflectContext *context)
 
- Static Public Member Functions inherited from EMotionFX::DefaultValueParameter< ValueType, Derived >
static void Reflect (AZ::ReflectContext *context)
 
- Static Public Member Functions inherited from EMotionFX::ValueParameter
static void Reflect (AZ::ReflectContext *context)
 
- Static Public Member Functions inherited from EMotionFX::Parameter
static void Reflect (AZ::ReflectContext *context)
 
static bool IsNameValid (const AZStd::string &name, AZStd::string *outInvalidCharacters)
 

Additional Inherited Members

- Protected Member Functions inherited from EMotionFX::RangedValueParameter< AZ::Quaternion, RotationParameter >
AZ::Crc32 GetMinValueVisibility () const
 
AZ::Crc32 GetMaxValueVisibility () const
 
- Protected Attributes inherited from EMotionFX::RangedValueParameter< AZ::Quaternion, RotationParameter >
AZ::Quaternion m_minValue
 
AZ::Quaternion m_maxValue
 
bool m_hasMinValue
 
bool m_hasMaxValue
 
- Protected Attributes inherited from EMotionFX::DefaultValueParameter< ValueType, Derived >
ValueType m_defaultValue
 
- Protected Attributes inherited from EMotionFX::Parameter
AZStd::string m_name
 
AZStd::string m_description
 
- Static Protected Attributes inherited from EMotionFX::Parameter
static const char s_invalidCharacters []
 

Member Function Documentation

◆ AssignDefaultValueToAttribute()

bool EMotionFX::RotationParameter::AssignDefaultValueToAttribute ( MCore::Attribute attribute) const
overridevirtual

◆ ConstructDefaultValueAsAttribute()

MCore::Attribute * EMotionFX::RotationParameter::ConstructDefaultValueAsAttribute ( ) const
overridevirtual

◆ GetType()

uint32 EMotionFX::RotationParameter::GetType ( ) const
overridevirtual

◆ GetTypeDisplayName()

const char * EMotionFX::RotationParameter::GetTypeDisplayName ( ) const
overridevirtual

Implements EMotionFX::Parameter.

◆ SetDefaultValueFromAttribute()

bool EMotionFX::RotationParameter::SetDefaultValueFromAttribute ( MCore::Attribute attribute)
overridevirtual

◆ SetMaxValueFromAttribute()

bool EMotionFX::RotationParameter::SetMaxValueFromAttribute ( MCore::Attribute attribute)
overridevirtual

Reimplemented from EMotionFX::ValueParameter.

◆ SetMinValueFromAttribute()

bool EMotionFX::RotationParameter::SetMinValueFromAttribute ( MCore::Attribute attribute)
overridevirtual

Reimplemented from EMotionFX::ValueParameter.


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