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

This is the complete list of members for FJsonValueArray, 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
FJsonValueArray(const TArray< TSharedPtr< FJsonValue > > &InArray)FJsonValueArray
FJsonValueArray(TArray< TSharedPtr< FJsonValue > > &&InArray)FJsonValueArray
GetAllocatedSize() constFJsonValueArrayprotected
GetMemoryFootprint() const overrideFJsonValueArrayvirtual
GetType() const overrideFJsonValueArrayprotectedvirtual
IsNull() constFJsonValueinline
PreferStringRepresentation() constFJsonValuevirtual
TryGetArray(const TArray< TSharedPtr< FJsonValue > > *&OutArray) const overrideFJsonValueArrayvirtual
TryGetArray(TArray< TSharedPtr< FJsonValue > > *&OutArray) overrideFJsonValueArrayvirtual
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
ValueFJsonValueArrayprotected
~FJsonValue()FJsonValueprotectedvirtual
~FJsonValueArray()FJsonValueArrayvirtual