unreal.JsonStringifyFlags

class unreal.JsonStringifyFlags

Bases: EnumBase

EJson Stringify Flags

C++ Source:

  • Module: JsonObjectGraph

  • File: Stringify.h

DEFAULT: JsonStringifyFlags

The default representation of an object attempts to be complete and stable across time

Type:

0

FILTER_EDITOR_ONLY_DATA: JsonStringifyFlags

Filters editor only data such that it is not written to the Json

Type:

2