A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UVaRestJsonObject Member List

This is the complete list of members for UVaRestJsonObject, including all inherited members.

DecodeFromArchive(TUniquePtr< FArchive > &Reader)UVaRestJsonObject
DecodeJson(const FString &JsonString, bool bUseIncrementalParser=true)UVaRestJsonObject
DeserializeFromTCHARBytes(const TCHAR *Bytes, int32 Size)UVaRestJsonObject
DeserializeFromUTF8Bytes(const ANSICHAR *Bytes, int32 Size)UVaRestJsonObject
EncodeJson() constUVaRestJsonObject
EncodeJsonToSingleString() constUVaRestJsonObject
GENERATED_UCLASS_BODY()UVaRestJsonObjectprivate
GetArrayField(const FString &FieldName) constUVaRestJsonObject
GetBoolArrayField(const FString &FieldName) constUVaRestJsonObject
GetBoolField(const FString &FieldName) constUVaRestJsonObject
GetField(const FString &FieldName) constUVaRestJsonObject
GetFieldNames() constUVaRestJsonObject
GetInt64Field(const FString &FieldName) constUVaRestJsonObject
GetIntegerArrayField(const FString &FieldName) constUVaRestJsonObject
GetIntegerField(const FString &FieldName) constUVaRestJsonObject
GetNumberArrayField(const FString &FieldName) constUVaRestJsonObject
GetNumberField(const FString &FieldName) constUVaRestJsonObject
GetObjectArrayField(const FString &FieldName) constUVaRestJsonObject
GetObjectField(const FString &FieldName) constUVaRestJsonObject
GetRootObject()UVaRestJsonObject
GetStringArrayField(const FString &FieldName) constUVaRestJsonObject
GetStringField(const FString &FieldName) constUVaRestJsonObject
GetTypeArrayField(const FString &FieldName) constUVaRestJsonObjectinlineprivate
HasField(const FString &FieldName) constUVaRestJsonObject
JsonObjUVaRestJsonObjectprivate
MergeJsonObject(UVaRestJsonObject *InJsonObject, bool Overwrite)UVaRestJsonObject
RemoveField(const FString &FieldName)UVaRestJsonObject
Reset()UVaRestJsonObject
SetArrayField(const FString &FieldName, const TArray< UVaRestJsonValue * > &InArray)UVaRestJsonObject
SetBoolArrayField(const FString &FieldName, const TArray< bool > &BoolArray)UVaRestJsonObject
SetBoolField(const FString &FieldName, bool InValue)UVaRestJsonObject
SetField(const FString &FieldName, UVaRestJsonValue *JsonValue)UVaRestJsonObject
SetInt64Field(const FString &FieldName, int64 Number)UVaRestJsonObject
SetIntegerField(const FString &FieldName, int32 Number)UVaRestJsonObject
SetMapFields_bool(const TMap< FString, bool > &Fields)UVaRestJsonObject
SetMapFields_Impl(const TMap< FString, T > &Fields)UVaRestJsonObjectinlineprivate
SetMapFields_int32(const TMap< FString, int32 > &Fields)UVaRestJsonObject
SetMapFields_int64(const TMap< FString, int64 > &Fields)UVaRestJsonObject
SetMapFields_string(const TMap< FString, FString > &Fields)UVaRestJsonObject
SetMapFields_uint8(const TMap< FString, uint8 > &Fields)UVaRestJsonObject
SetNumberArrayField(const FString &FieldName, const TArray< float > &NumberArray)UVaRestJsonObject
SetNumberField(const FString &FieldName, float Number)UVaRestJsonObject
SetObjectArrayField(const FString &FieldName, const TArray< UVaRestJsonObject * > &ObjectArray)UVaRestJsonObject
SetObjectField(const FString &FieldName, UVaRestJsonObject *JsonObject)UVaRestJsonObject
SetRootObject(const TSharedPtr< FJsonObject > &JsonObject)UVaRestJsonObject
SetStringArrayField(const FString &FieldName, const TArray< FString > &StringArray)UVaRestJsonObject
SetStringField(const FString &FieldName, const FString &StringValue)UVaRestJsonObject
WriteStringToArchive(FArchive &Ar, const TCHAR *StrPtr, int64 Len)UVaRestJsonObjectstatic
WriteToFile(const FString &Path) constUVaRestJsonObject
WriteToFilePath(const FString &Path, const bool bIsRelativeToProjectDir=true)UVaRestJsonObject