#include "IO/DlgJsonWriter.h"
#include "JsonObjectConverter.h"
#include "JsonObjectWrapper.h"
#include "Policies/CondensedJsonPrintPolicy.h"
#include "UObject/UnrealType.h"
#include "UObject/EnumProperty.h"
#include "UObject/UObjectIterator.h"
#include "UObject/TextProperty.h"
#include "UObject/PropertyPortFlags.h"
#include "DlgHelper.h"
#include "NYReflectionHelper.h"
Go to the source code of this file.
◆ DEFINE_LOG_CATEGORY()
DEFINE_LOG_CATEGORY |
( |
LogDlgJsonWriter | | ) |
|
◆ UStructToJsonStringInternal()
template<class CharType , class PrintPolicy >
bool UStructToJsonStringInternal |
( |
const TSharedRef< FJsonObject > & | JsonObject, |
|
|
const int32 | InitialIndent, |
|
|
FString & | OutJsonString ) |