|
| FloatSpinnerParameter (AZStd::string name, AZStd::string description={}) |
|
const char * | GetTypeDisplayName () const override |
|
| 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 |
|
| 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) |
|
| 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) |
|
| 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) |
|