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.
MCore::AttributeFactory Class Reference

#include <AttributeFactory.h>

Public Member Functions

void UnregisterAllAttributes (bool delFromMem=true)
 
void RegisterAttribute (Attribute *attribute)
 
void UnregisterAttribute (Attribute *attribute, bool delFromMem=true)
 
void RegisterStandardTypes ()
 
size_t GetNumRegisteredAttributes () const
 
AttributeGetRegisteredAttribute (size_t index) const
 
size_t FindAttributeIndexByType (size_t typeID) const
 
AttributeCreateAttributeByType (size_t typeID) const
 

Detailed Description

The attribute factory, which is used to create attribute objects.


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