Open 3D Engine EMotionFX Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
EMotionFX::MotionDataFactory Class Reference

Public Member Functions

 MotionDataFactory (const MotionDataFactory &)=delete
 
MotionDataFactoryoperator= (const MotionDataFactory &)=delete
 
MotionDataFactoryoperator= (const MotionDataFactory &&)=delete
 
void Init ()
 
void Clear ()
 
void Register (MotionData *motionData)
 
void Unregister (const AZ::TypeId &typeId)
 
MotionDataCreate (const AZ::TypeId &typeId) const
 
size_t GetNumRegistered () const
 
const MotionDataGetRegistered (size_t index) const
 
AZ::Outcome< size_t > FindRegisteredIndexByTypeId (const AZ::TypeId &typeId) const
 
AZ::Outcome< size_t > FindRegisteredIndexByTypeName (const AZStd::string &typeName) const
 
bool IsRegisteredTypeId (const AZ::TypeId &typeId) const
 
bool IsRegisteredTypeName (const AZStd::string &typeName) const
 

The documentation for this class was generated from the following file: