#include <ChunkProcessors.h>
Inherits EMotionFX::BaseObject.
Inherited by EMotionFX::SharedHelperData.
Public Member Functions | |
virtual uint32 | GetType () const =0 |
virtual void | Reset () |
![]() | |
BaseObject () | |
virtual | ~BaseObject () |
![]() | |
MemoryObject () | |
virtual | ~MemoryObject () |
void | IncreaseReferenceCount () |
void | DecreaseReferenceCount () |
void | Destroy () |
uint32 | GetReferenceCount () const |
Additional Inherited Members | |
![]() | |
void | Delete () override |
virtual void | Delete () |
Shared importer data class. Chunks can load data, which might be shared between other chunks during import. All types of shared data are inherited from this class, and can be added to the importer during import time.
|
pure virtual |
Get the unique attribute type.
Implemented in EMotionFX::SharedHelperData.
|
inlinevirtual |
Get rid of the information provided by the shared data.
Reimplemented in EMotionFX::SharedHelperData.