A Demo Project for the UnrealEngineSDK
|
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() const | UVaRestJsonObject | |
EncodeJsonToSingleString() const | UVaRestJsonObject | |
GENERATED_UCLASS_BODY() | UVaRestJsonObject | private |
GetArrayField(const FString &FieldName) const | UVaRestJsonObject | |
GetBoolArrayField(const FString &FieldName) const | UVaRestJsonObject | |
GetBoolField(const FString &FieldName) const | UVaRestJsonObject | |
GetField(const FString &FieldName) const | UVaRestJsonObject | |
GetFieldNames() const | UVaRestJsonObject | |
GetInt64Field(const FString &FieldName) const | UVaRestJsonObject | |
GetIntegerArrayField(const FString &FieldName) const | UVaRestJsonObject | |
GetIntegerField(const FString &FieldName) const | UVaRestJsonObject | |
GetNumberArrayField(const FString &FieldName) const | UVaRestJsonObject | |
GetNumberField(const FString &FieldName) const | UVaRestJsonObject | |
GetObjectArrayField(const FString &FieldName) const | UVaRestJsonObject | |
GetObjectField(const FString &FieldName) const | UVaRestJsonObject | |
GetRootObject() | UVaRestJsonObject | |
GetStringArrayField(const FString &FieldName) const | UVaRestJsonObject | |
GetStringField(const FString &FieldName) const | UVaRestJsonObject | |
GetTypeArrayField(const FString &FieldName) const | UVaRestJsonObject | inlineprivate |
HasField(const FString &FieldName) const | UVaRestJsonObject | |
JsonObj | UVaRestJsonObject | private |
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) | UVaRestJsonObject | inlineprivate |
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) | UVaRestJsonObject | static |
WriteToFile(const FString &Path) const | UVaRestJsonObject | |
WriteToFilePath(const FString &Path, const bool bIsRelativeToProjectDir=true) | UVaRestJsonObject |