Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/TraitCore
Type
typedef FTrait * &MemoryDesc) TraitConstructorFunc
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/TraitCore/Trait.h |
| Include | #include "TraitCore/Trait.h" |
Remarks
A function pointer to a shim to construct a trait into the desired memory location When called with a nullptr DestPtr, the function returns nullptr and only populates the memory description output argument. This allows the caller to determine how much space to reserve and how to properly align it. This is similar in spirit to various Windows SDK functions.