EFileExportType::Type

Enum used to set which reports to export

Windows
MacOS
Linux

References

Module

AutomationController

Header

/Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h

Include

#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

Description

FET_Status

FET_Warnings

FET_Errors

FET_Logs

FET_All

Remarks

Enum used to set which reports to export

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss