FProfilerFileChunkHeader

Class that describes basic information about one file chunk.

Windows
MacOS
Linux

References

Module

ProfilerService

Header

/Engine/Source/Developer/ProfilerService/Public/IProfilerServiceManager.h

Include

#include "IProfilerServiceManager.h"

Syntax

struct FProfilerFileChunkHeader

Remarks

Class that describes basic information about one file chunk.

Variables

Name Description

Public variable

int64

 

ChunkOffset

Offset of this chunk.

Public variable

int64

 

ChunkSize

Size of this chunk.

Public variable

EProfilerFileCh...

 

ChunkType

File chunk type

Public variable

int64

 

FileSize

The size of the file.

Constructors

Name Description

Public function

FProfilerFileChunkHeader()

Default constructor.

Public function

FProfilerFileChunkHeader

(
    int64 InChunkOffset,
    int64 InChunkSize,
    int64 InFileSize,
    EProfilerFileChunkType::Type InChun...
)

Initialization constructor.

Functions

Name Description

Public function Const

TArray< uint...

 

AsArray()

Serializes this file chunk header as an array of bytes.

Public function Const

void

 

Validate()

Performs sanity checks to make sure that header data is valid.

Constants

Name

Description

DefChunkSize

Size of the file chunk.

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