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 EMotionFX::TypeChoiceButton.
Public Member Functions | |
AddActionButton (AnimGraphPlugin *plugin, QWidget *parent) | |
Public Member Functions inherited from EMotionFX::TypeChoiceButton | |
TypeChoiceButton (const QString &text, const char *typePrefix, QWidget *parent, const AZStd::unordered_map< AZ::TypeId, AZStd::string > &types={}) | |
void | SetTypes (const AZStd::unordered_map< AZ::TypeId, AZStd::string > &types) |
Additional Inherited Members | |
Public Slots inherited from EMotionFX::TypeChoiceButton | |
void | OnCreateContextMenu () |
Signals inherited from EMotionFX::TypeChoiceButton | |
void | ObjectTypeChosen (AZ::TypeId type) |
Protected Member Functions inherited from EMotionFX::TypeChoiceButton | |
AZStd::string | GetNameByType (AZ::TypeId type) const |
Protected Attributes inherited from EMotionFX::TypeChoiceButton | |
AZStd::unordered_map< AZ::TypeId, AZStd::string > | m_types |
AZStd::string | m_typePrefix |