#include "IO/DlgJsonParser.h"
#include "Logging/LogMacros.h"
#include "UObject/Object.h"
#include "Misc/FileHelper.h"
#include "Misc/Paths.h"
#include "UObject/UnrealType.h"
#include "UObject/EnumProperty.h"
#include "UObject/UObjectIterator.h"
#include "UObject/TextProperty.h"
#include "UObject/PropertyPortFlags.h"
#include "JsonObjectConverter.h"
#include "JsonObjectWrapper.h"
#include "Internationalization/CulturePointer.h"
#include "Internationalization/Culture.h"
#include "Misc/OutputDevice.h"
#include "Misc/FeedbackContext.h"
#include "NYReflectionHelper.h"
Go to the source code of this file.
◆ DEFINE_LOG_CATEGORY()
DEFINE_LOG_CATEGORY |
( |
LogDlgJsonParser | | ) |
|
◆ GetStringForJsonType()
FString GetStringForJsonType |
( |
const EJson | Type | ) |
|
◆ GetTextFromObject()
bool GetTextFromObject |
( |
const TSharedRef< FJsonObject > & | Obj, |
|
|
FText & | TextOut ) |