unreal.JsonStringifyFlags

class unreal.JsonStringifyFlags

Bases: EnumBase

EJson 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

DISABLE_NATIVE_SERIALIZERS: JsonStringifyFlags = Ellipsis

Disables running the native serializers, reduces size and improves performance when the native data is less important

Type:

4

FILTER_EDITOR_ONLY_DATA: JsonStringifyFlags = Ellipsis

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

Type:

1