EProfilerFileChunkType::Type

Enumerates profiler file chunk types.

Windows
MacOS
Linux

References

Module

ProfilerService

Header

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

Include

#include "IProfilerServiceManager.h"

Syntax

namespace EProfilerFileChunkType
{
    enum Type
    {
        PrepareFile,
        SendChunk,
        FinalizeFile,
        NotUsed,
    }
}

Values

Name

Description

PrepareFile

Indicates that message should prepare chunks for sending. This is a helper file chunk.

SendChunk

Indicates that message requires sending a file chunk.

FinalizeFile

Indicates that message requires finalization of transfered file. This is a helper file chunk.

NotUsed

Not used.

Remarks

Enumerates profiler file chunk types.

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