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, typename... ArgTypes>
FDataHandle AllocateData
(
const int32 NumElements,
ArgTypes &&... Args
)
Remarks
Allocates memory for a type, initialized with the default constructor (with optional passed arguments) Returns a refcounted animation data handle Allocated memory will be released once the refcount reaches 0