Navigation
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
&123;
PrepareFile,
SendChunk,
FinalizeFile,
NotUsed,
&125;
}
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.