Navigation
API > API/Editor > API/Editor/UnrealEd
| |
|
| Name |
EReportOutputType |
| Type |
enum |
| Header File |
/Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h |
| Include Path |
#include "Commandlets/EditorCommandlets.h" |
Syntax
enum EReportOutputType
{
OUTPUTTYPE_Log,
OUTPUTTYPE_CSV,
OUTPUTTYPE_XML,
}
Values
| Name |
Remarks |
| OUTPUTTYPE_Log |
Write the results to the log only |
| OUTPUTTYPE_CSV |
Write the results to a CSV file |
| OUTPUTTYPE_XML |
Write the results to an XML file (not implemented) |