EProfilerFileChunkType::Type

Enumerates profiler file chunk types.

Unreal Engine C++ API Reference > Developer > ProfilerService

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library