Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/TraitCore
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/TraitCore/Trait.h |
| Include | #include "TraitCore/Trait.h" |
Syntax
struct FTraitMemoryLayout
Remarks
Encapsulates size/alignment details for a trait.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | InstanceDataAlignment | The alignment in bytes of the instance data for the trait which derives from FTraitInstanceData. | |
| uint32 | InstanceDataSize | The size in bytes of the instance data for the trait which derives from FTraitInstanceData. | |
| uint32 | SharedDataAlignment | The alignment in bytes of the shared data for the trait which derives from FAnimNextTraitSharedData. | |
| uint32 | SharedDataSize | The size in bytes of the shared data for the trait which derives from FAnimNextTraitSharedData. | |
| uint32 | TraitAlignment | The alignment in bytes of an instance of the trait class which derives from FTrait. | |
| uint32 | TraitSize | The size in bytes of an instance of the trait class which derives from FTrait. |