Navigation
API > API/Developer > API/Developer/ProfilerService
References
| Module | ProfilerService |
| Header | /Engine/Source/Developer/ProfilerService/Public/IProfilerServiceManager.h |
| Include | #include "IProfilerServiceManager.h" |
Syntax
struct FStatDescription
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | GroupID | Group this stat belongs to | |
| int32 | ID | ID for this stat | |
| FString | Name | Stat name | |
| uint32 | StatType | Type of stat (counter, cycle, etc.) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |