UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FJsonValueObject Member List

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

AsArgumentType(double &Value)FJsonValueinline
AsArgumentType(FString &Value)FJsonValueinline
AsArgumentType(bool &Value)FJsonValueinline
AsArgumentType(TArray< TSharedPtr< FJsonValue > > &Value)FJsonValueinline
AsArgumentType(TSharedPtr< FJsonObject > &Value)FJsonValueinline
AsArray() constFJsonValue
AsBool() constFJsonValue
AsNumber() constFJsonValue
AsObject() constFJsonValuevirtual
AsString() constFJsonValue
AsUtf8String() constFJsonValue
CompareEqual(const FJsonValue &Lhs, const FJsonValue &Rhs)FJsonValuestatic
Duplicate(const TSharedPtr< const FJsonValue > &Src)FJsonValuestatic
Duplicate(const TSharedPtr< FJsonValue > &Src)FJsonValuestatic
ErrorMessage(const FString &InType) constFJsonValueprotected
FJsonValue()FJsonValueprotected
FJsonValueObject(TSharedPtr< FJsonObject > InObject)FJsonValueObject
GetAllocatedSize() constFJsonValueObjectprotected
GetMemoryFootprint() const overrideFJsonValueObjectvirtual
GetType() const overrideFJsonValueObjectprotectedvirtual
IsNull() constFJsonValueinline
PreferStringRepresentation() constFJsonValuevirtual
TryGetArray(const TArray< TSharedPtr< FJsonValue > > *&OutArray) constFJsonValuevirtual
TryGetArray(TArray< TSharedPtr< FJsonValue > > *&OutArray)FJsonValuevirtual
TryGetBool(bool &OutBool) constFJsonValuevirtual
TryGetNumber(double &OutNumber) constFJsonValuevirtual
TryGetNumber(float &OutNumber) constFJsonValuevirtual
TryGetNumber(int8 &OutNumber) constFJsonValuevirtual
TryGetNumber(int16 &OutNumber) constFJsonValuevirtual
TryGetNumber(int32 &OutNumber) constFJsonValuevirtual
TryGetNumber(int64 &OutNumber) constFJsonValuevirtual
TryGetNumber(uint8 &OutNumber) constFJsonValuevirtual
TryGetNumber(uint16 &OutNumber) constFJsonValuevirtual
TryGetNumber(uint32 &OutNumber) constFJsonValuevirtual
TryGetNumber(uint64 &OutNumber) constFJsonValuevirtual
TryGetObject(const TSharedPtr< FJsonObject > *&OutObject) const overrideFJsonValueObjectvirtual
TryGetObject(TSharedPtr< FJsonObject > *&OutObject) overrideFJsonValueObjectvirtual
TryGetString(FString &OutString) constFJsonValuevirtual
TryGetUtf8String(FUtf8String &OutString) constFJsonValuevirtual
TypeFJsonValue
ValueFJsonValueObjectprotected
~FJsonValue()FJsonValueprotectedvirtual
~FJsonValueObject()FJsonValueObjectvirtual