|
Open 3D Engine EMotionFX Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits EMotionFX::FloatParameter.
Public Member Functions | |
| FloatSliderParameter (AZStd::string name, AZStd::string description={}) | |
| const char * | GetTypeDisplayName () const override |
Public Member Functions inherited from EMotionFX::FloatParameter | |
| FloatParameter (AZStd::string name, AZStd::string description={}) | |
| MCore::Attribute * | ConstructDefaultValueAsAttribute () 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< float, FloatParameter > | |
| RangedValueParameter (const float &defaultValue, const float &minValue, const float &maxValue, bool hasMinValue=true, bool hasMaxValue=true, AZStd::string name={}, AZStd::string description={}) | |
| float | GetMinValue () const |
| void | SetMinValue (const float &newValue) |
| float | GetMaxValue () const |
| void | SetMaxValue (const float &newValue) |
| bool | GetHasMinValue () const |
| void | SetHasMinValue (const bool newValue) |
| bool | GetHasMaxValue () const |
| void | SetHasMaxValue (const bool newValue) |
Public Member Functions inherited from EMotionFX::DefaultValueParameter< float, RangedValueParameter< float, FloatParameter > > | |
| AZ_RTTI ((DefaultValueParameter,"{AE70C43D-6BAE-4EDF-A1CF-FC18B9F92ABB}", float, RangedValueParameter< float, FloatParameter >), ValueParameter) | |
| DefaultValueParameter (const float &defaultValue, AZStd::string name={}, AZStd::string description={}) | |
| float | GetDefaultValue () const |
| void | SetDefaultValue (const float &newValue) |
Public Member Functions inherited from EMotionFX::ValueParameter | |
| ValueParameter (AZStd::string name, AZStd::string description={}) | |
Public Member Functions inherited from EMotionFX::Parameter | |
| Parameter (AZStd::string name, AZStd::string description={}) | |
| 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 Public Member Functions inherited from EMotionFX::FloatParameter | |
| static void | Reflect (AZ::ReflectContext *context) |
| static float | GetUnboundedMinValue () |
| static float | GetUnboundedMaxValue () |
Static Public Member Functions inherited from EMotionFX::RangedValueParameter< float, FloatParameter > | |
| static void | Reflect (AZ::ReflectContext *context) |
Static Public Member Functions inherited from EMotionFX::DefaultValueParameter< float, RangedValueParameter< float, FloatParameter > > | |
| 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< float, FloatParameter > | |
| AZ::Crc32 | GetMinValueVisibility () const |
| AZ::Crc32 | GetMaxValueVisibility () const |
Protected Attributes inherited from EMotionFX::RangedValueParameter< float, FloatParameter > | |
| float | m_minValue |
| float | m_maxValue |
| bool | m_hasMinValue |
| bool | m_hasMaxValue |
Protected Attributes inherited from EMotionFX::DefaultValueParameter< float, RangedValueParameter< float, FloatParameter > > | |
| float | 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 [] |