FProfilerServiceData2

Profiler Service data.

Windows
MacOS
Linux

References

Module

ProfilerMessages

Header

/Engine/Source/Developer/ProfilerMessages/Public/ProfilerServiceMessages.h

Include

#include "ProfilerServiceMessages.h"

Syntax

struct FProfilerServiceData2

Remarks

Profiler Service data.

Variables

Name Description

Public variable

int32

 

CompressedSize

Size of the compressed data.

Public variable

int64

 

Frame

Stats frame.

Public variable

FString

 

HexData

Profiler data encoded as string of hexes, cannot use TArray because of the Message Bus limitation.

Public variable

FGuid

 

InstanceId

Instance ID.

Public variable

int32

 

UncompressedSize

Size of the uncompressed data.

Constructors

Name Description

Public function

FProfilerServiceData2()

Default constructor.

Public function

FProfilerServiceData2

(
    const FGuid& InInstance,
    int64 InFrame,
    const FString& InHexData,
    int32 InCompressedSize,
    int32 InUncompressedSize
)

Creates and initializes a new instance.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss