EReportOutputType

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h

Include

#include "Commandlets/EditorCommandlets.h"

Syntax

enum EReportOutputType
{
    OUTPUTTYPE_Log,
    OUTPUTTYPE_CSV,
    OUTPUTTYPE_XML,
}

Values

Name

Description

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)

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