Navigation
Unreal Engine C++ API Reference > Developer > ProfilerMessages
References
Module | ProfilerMessages |
Header | /Engine/Source/Developer/ProfilerMessages/Public/ProfilerServiceMessages.h |
Include | #include "ProfilerServiceMessages.h" |
Syntax
struct FProfilerServiceData2
Remarks
Profiler Service data.
Variables
Type | Name | Description |
---|---|---|
int32 | CompressedSize | Size of the compressed data. |
int64 | Frame | Stats frame. |
FString | HexData | Profiler data encoded as string of hexes, cannot use TArray |
FGuid | InstanceId | Instance ID. |
int32 | UncompressedSize | Size of the uncompressed data. |
Constructors
Type | Name | Description |
---|---|---|
FProfilerServiceData2 () | Default constructor. | |
FProfilerServiceData2 ( const FGuid& InInstance, int64 InFrame, const FString& InHexData, int32 InCompressedSize, int32 InUncompressedSize ) | Creates and initializes a new instance. |