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 QDialog.
Public Slots | |
void | OnAccept () |
void | OnSelectionChanged (AZStd::vector< MotionSetSelectionItem > selection) |
Public Member Functions | |
MotionSetSelectionWindow (QWidget *parent, bool useSingleSelection=true, CommandSystem::SelectionList *selectionList=nullptr) | |
MCORE_INLINE MotionSetHierarchyWidget * | GetHierarchyWidget () |
void | Update (EMotionFX::MotionSet *motionSet, CommandSystem::SelectionList *selectionList=nullptr) |
void | Select (const AZStd::vector< MotionSetSelectionItem > &selectedItems) |
void | Select (const AZStd::vector< AZStd::string > &selectedMotionIds, EMotionFX::MotionSet *motionSet) |