Open 3D Engine EMotionFX Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
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 () |