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