Navigation
API > API/Developer > API/Developer/AutomationController
Enum used to set which reports to export
| Name | EFileExportType::Type |
| Type | enum |
| Header File | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h |
| Include Path | #include "IAutomationControllerManager.h" |
Syntax
namespace EFileExportType
{
enum Type
{
FET_Status = 0x00000001,
FET_Warnings = 0x00000002,
FET_Errors = 0x00000004,
FET_Logs = 0x00000008,
FET_All = 0x00000010,
}
}
Values
| Name | Remarks |
|---|---|
| FET_Status | |
| FET_Warnings | |
| FET_Errors | |
| FET_Logs | |
| FET_All |