EProfilerRequestType::Type

Profiler service request type

Unreal Engine C++ API Reference > Developer > ProfilerService

References

   
Module ProfilerService
Header /Engine/Source/Developer/ProfilerService/Public/IProfilerServiceManager.h
Include #include "IProfilerServiceManager.h"

Syntax

namespace EProfilerRequestType  
{  
    enum Type  
    {  
        PRT_SendLastCapturedFile,  
    }  
}  

Values

Name Description
PRT_SendLastCapturedFile Send last captured file.

Remarks

Profiler service request type


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library