Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting
| |
|
| Name |
EProfileGoStateAPT |
| Type |
enum |
| Header File |
/Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/ProfileGo/ProfileGo.h |
| Include Path |
#include "ProfileGo/ProfileGo.h" |
Syntax
enum EProfileGoStateAPT
{
None,
StartingRequest,
SettlingLocation,
RunningCommands,
CompletedScenario,
Summary,
Completed,
}
Values
| Name |
Remarks |
| None |
|
| StartingRequest |
|
| SettlingLocation |
|
| RunningCommands |
|
| CompletedScenario |
|
| Summary |
|
| Completed |
|