Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IDefinitionProvider
Description
Allocates memory for the definition. The memory is guaranteed to be valid during the lifetime of the analysis session.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Definitions.h |
| Include Path | #include "TraceServices/Model/Definitions.h" |
template<typename T>
T * Create()
Pointer to zeroed memory enough to hold an instance of T.