EFileExportType::Type

Enum used to set which reports to export

Unreal Engine C++ API Reference > Developer > AutomationController

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library