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

This is the complete list of members for FJsonValue, 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
GetMemoryFootprint() constFJsonValuevirtual
GetType() const =0FJsonValueprotectedpure virtual
IsNull() constFJsonValueinline
operator!=FJsonValuefriend
operator==FJsonValuefriend
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 > *&Object) constFJsonValuevirtual
TryGetObject(TSharedPtr< FJsonObject > *&Object)FJsonValuevirtual
TryGetString(FString &OutString) constFJsonValuevirtual
TryGetUtf8String(FUtf8String &OutString) constFJsonValuevirtual
TypeFJsonValue
~FJsonValue()FJsonValueprotectedvirtual