Inherits EMotionFX::DefaultValueParameter< ValueType, RangedValueParameter< ValueType, Derived > >.
|
| RangedValueParameter (const ValueType &defaultValue, const ValueType &minValue, const ValueType &maxValue, bool hasMinValue=true, bool hasMaxValue=true, AZStd::string name={}, AZStd::string description={}) |
|
ValueType | GetMinValue () const |
|
void | SetMinValue (const ValueType &newValue) |
|
ValueType | GetMaxValue () const |
|
void | SetMaxValue (const ValueType &newValue) |
|
bool | GetHasMinValue () const |
|
void | SetHasMinValue (const bool newValue) |
|
bool | GetHasMaxValue () const |
|
void | SetHasMaxValue (const bool newValue) |
|
| AZ_RTTI ((DefaultValueParameter, "{AE70C43D-6BAE-4EDF-A1CF-FC18B9F92ABB}", ValueType, RangedValueParameter< ValueType, Derived >), ValueParameter) |
|
| DefaultValueParameter (const ValueType &defaultValue, AZStd::string name={}, AZStd::string description={}) |
|
ValueType | GetDefaultValue () const |
|
void | SetDefaultValue (const ValueType &newValue) |
|
| ValueParameter (AZStd::string name, AZStd::string description={}) |
|
virtual MCore::Attribute * | ConstructDefaultValueAsAttribute () 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) |
|
| 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 void | Reflect (AZ::ReflectContext *context) |
|
static void | Reflect (AZ::ReflectContext *context) |
|
static void | Reflect (AZ::ReflectContext *context) |
|
static void | Reflect (AZ::ReflectContext *context) |
|
static bool | IsNameValid (const AZStd::string &name, AZStd::string *outInvalidCharacters) |
|
|
AZ::Crc32 | GetMinValueVisibility () const |
|
AZ::Crc32 | GetMaxValueVisibility () const |
|
|
ValueType | m_minValue |
|
ValueType | m_maxValue |
|
bool | m_hasMinValue = true |
|
bool | m_hasMaxValue = true |
|
ValueType | m_defaultValue |
|
AZStd::string | m_name |
|
AZStd::string | m_description |
|
|
static const char | s_invalidCharacters [] |
|
The documentation for this class was generated from the following file:
- Gems/EMotionFX/Code/EMotionFX/Source/Parameter/RangedValueParameter.h