#include "Containers/Utf8String.h"
#include "UObject/ObjectMacros.h"
#include "Stringify.generated.h"
Go to the source code of this file.
◆ EJsonStringifyFlags
| Enumerator |
|---|
| Default | The default representation of an object attempts to be complete and stable across time
|
| FilterEditorOnlyData | Filters editor only data such that it is not written to the Json
|
| DisableDeltaEncoding | Disables delta encoding such that all properties are encoded in the Json, rather than only changes from the objects' archetypes
|
◆ ENUM_CLASS_FLAGS()