unreal.JsonStringifyFlags¶
- class unreal.JsonStringifyFlags¶
Bases:
EnumBaseEJson Stringify Flags
C++ Source:
Module: JsonObjectGraph
File: Stringify.h
- DEFAULT: JsonStringifyFlags = Ellipsis¶
The default representation of an object attempts to be complete and stable across time
- Type:
0
- DISABLE_DELTA_ENCODING: JsonStringifyFlags = Ellipsis¶
Disables delta encoding such that all properties are encoded in the Json, rather than only changes from the objects’ archetypes
- Type:
2
- FILTER_EDITOR_ONLY_DATA: JsonStringifyFlags = Ellipsis¶
Filters editor only data such that it is not written to the Json
- Type:
1