A Demo Project for the UnrealEngineSDK
|
#include "Logging/LogMacros.h"
#include "UObject/UnrealType.h"
#include "Misc/FileHelper.h"
#include "Dom/JsonValue.h"
#include "Dom/JsonObject.h"
#include "IDlgWriter.h"
Go to the source code of this file.
Classes | |
struct | DlgJsonWriterOptions |
class | FDlgJsonWriter |
The DlgJsonWriter class mostly adapted for Dialogues, copied from FJsonObjectConverter See IDlgWriter for properties and METADATA specifiers. More... | |
Functions | |
DECLARE_LOG_CATEGORY_EXTERN (LogDlgJsonWriter, All, All) | |