Navigation
Unreal Engine C++ API Reference > Developer > ProfilerService
References
Module | ProfilerService |
Header | /Engine/Source/Developer/ProfilerService/Public/IProfilerServiceManager.h |
Include | #include "IProfilerServiceManager.h" |
Syntax
struct FStatMetaData
Remarks
Structure holding the meta data describing the various stats and data associated with them
Variables
Type | Name | Description |
---|---|---|
FCriticalSectio... | CriticalSection | Critical section used to lock the meta data for access |
TMap< uint32, F... | GroupDescriptions | Group descriptions |
double | SecondsPerCycle | Seconds per cycle |
TMap< uint32, F... | StatDescriptions | Stat descriptions |
TMap< uint32, F... | ThreadDescriptions | Thread descriptions |
Functions
Type | Name | Description |
---|---|---|
const uint32 | GetMetaDataSize () |