Navigation
API > API/Plugins > API/Plugins/DynamicMaterial
Wrapper library to allow quicker (de)serialization to JSON.
| Name | FDMJsonUtils |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Utils/DMJsonUtils.h |
| Include Path | #include "Utils/DMJsonUtils.h" |
Syntax
class FDMJsonUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool Deserialize
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static bool DeserializeNumber
(
const TSharedPtr< FJsonValue >& InJsonValue, |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
bool bInValue |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
const FString& InString |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
const FText& InText |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
const FName& InName |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
const UClass* InClass |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
const UObject* InObject |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
const FObjectPtr& InObject |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
const TMap< FString, TSharedPtr< FJsonValue > >& InMap |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
InArithmeticType InValue |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
InEnumType InValue |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
const InStructType& InStruct |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
const TSubclassOf< InClassType >& InClass |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > Serialize
(
const UScriptStruct* InScriptStruct, |
Utils/DMJsonUtils.h | ||
static TSharedPtr< FJsonValue > SerializeNumber
(
double InNumber |
Utils/DMJsonUtils.h |