Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IAllocationsProvider
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/AllocationsProvider.h |
Include | #include "TraceServices/Model/AllocationsProvider.h" |
Syntax
struct FAllocation
Functions
Type | Name | Description |
---|---|---|
uint64 | GetAddress () | |
uint32 | GetAlignment () | |
uint32 | GetCallstackId () | |
uint32 | GetEndEventIndex () | |
double | GetEndTime () | |
uint32 | GetFreeCallstackId () | |
uint32 | GetMetadataId () | |
HeapId | GetRootHeap () | |
uint64 | GetSize () | |
uint32 | GetStartEventIndex () | |
double | GetStartTime () | |
TagIdType | GetTag () | |
uint32 | GetThreadId () | |
bool | IsHeap () |