Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/FDataRegistry
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DataRegistry.h |
| Include | #include "DataRegistry.h" |
template<typename DataType>
FDataHandle PreAllocateMemory
(
const int32 NumElements
)
Remarks
Allocates uninitialized memory for a type (leaving the initialization to the caller) Returns a refcounted animation data handle Allocated memory will be released once the refcount reaches 0