EDataTableExportFlags

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DataTableUtils.h

Include

#include "DataTableUtils.h"

Syntax

enum EDataTableExportFlags
{
    None                        = 0,
    UseJsonObjectsForStructs    = 1 << 0,
    UseSimpleText               = 1 << 1,
}

Values

Name

Description

None

No specific options.

UseJsonObjectsForStructs

Export nested structs as JSON objects (JSON exporter only), rather than as exported text.

UseSimpleText

Export text properties as their display string, rather than their complex lossless form.

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