|
|
static FString | DateTimeToString (const FDateTime &DateTime) |
|
static FString | GetJsonObjectAsJsonString (const FJsonObjectWrapper &ObjectWrapper) |
|
static bool | GetJsonValueAsString (const FJsonObjectWrapper &ObjectWrapper, const FString &Key, FString &OutString) |
|
static bool | GetJsonValueAsNumber (const FJsonObjectWrapper &ObjectWrapper, const FString &Key, float &OutNumber) |
|
static bool | GetJsonValueAsBool (const FJsonObjectWrapper &ObjectWrapper, const FString &Key, bool &OutBool) |
|
static bool | GetJsonValueAsArray (const FJsonObjectWrapper &ObjectWrapper, const FString &Key, TArray< FString > &OutArray) |
|
static void | AddOrReplaceJsonStringValue (UPARAM(ref) FJsonObjectWrapper &ObjectWrapper, const FString &Key, const FString &Value) |
|
static void | AddOrReplaceJsonNumberValue (UPARAM(ref) FJsonObjectWrapper &ObjectWrapper, const FString &Key, float Value) |
|
static void | AddOrReplaceJsonBoolValue (UPARAM(ref) FJsonObjectWrapper &ObjectWrapper, const FString &Key, bool Value) |
|
static void | AddOrReplaceJsonArrayValue (UPARAM(ref) FJsonObjectWrapper &ObjectWrapper, const FString &Key, const TArray< FString > &Value) |