A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DlgJsonWriter.cpp File Reference
#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"
Include dependency graph for DlgJsonWriter.cpp:

Go to the source code of this file.

Functions

 DEFINE_LOG_CATEGORY (LogDlgJsonWriter)
 
template<class CharType , class PrintPolicy >
bool UStructToJsonStringInternal (const TSharedRef< FJsonObject > &JsonObject, const int32 InitialIndent, FString &OutJsonString)
 

Function Documentation

◆ DEFINE_LOG_CATEGORY()

DEFINE_LOG_CATEGORY ( LogDlgJsonWriter )

◆ UStructToJsonStringInternal()

template<class CharType , class PrintPolicy >
bool UStructToJsonStringInternal ( const TSharedRef< FJsonObject > & JsonObject,
const int32 InitialIndent,
FString & OutJsonString )

Definition at line 549 of file DlgJsonWriter.cpp.