Inherits QWidget, and AzToolsFramework::IPropertyEditorNotify.
Public Types | |
| enum | { VALUE_DEFAULT = 0 , VALUE_MINIMUM = 1 , VALUE_MAXIMUM = 2 } |
Signals | |
| void | accept () |
Public Member Functions | |
| ParameterCreateEditWidget (AnimGraphPlugin *plugin, QWidget *parent) | |
| void | Reinit (const EMotionFX::Parameter *editParameter=nullptr) |
| const AZStd::unique_ptr< EMotionFX::Parameter > & | GetParameter () const |
| QComboBox * | GetValueTypeComboBox () const |
Protected Slots | |
| void | OnValueTypeChange (int valueType) |
| void | OnValidate () |