Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/DataTableUtils.h |
Include |
#include "DataTableUtils.h" |
enum EDataTableExportFlags
{
None = 0,
UseJsonObjectsForStructs = 1 << 0,
UseSimpleText = 1 << 1,
}
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. |