![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FJsonValue, including all inherited members.
| AsArgumentType(double &Value) | FJsonValue | inline |
| AsArgumentType(FString &Value) | FJsonValue | inline |
| AsArgumentType(bool &Value) | FJsonValue | inline |
| AsArgumentType(TArray< TSharedPtr< FJsonValue > > &Value) | FJsonValue | inline |
| AsArgumentType(TSharedPtr< FJsonObject > &Value) | FJsonValue | inline |
| AsArray() const | FJsonValue | |
| AsBool() const | FJsonValue | |
| AsNumber() const | FJsonValue | |
| AsObject() const | FJsonValue | virtual |
| AsString() const | FJsonValue | |
| AsUtf8String() const | FJsonValue | |
| CompareEqual(const FJsonValue &Lhs, const FJsonValue &Rhs) | FJsonValue | static |
| Duplicate(const TSharedPtr< const FJsonValue > &Src) | FJsonValue | static |
| Duplicate(const TSharedPtr< FJsonValue > &Src) | FJsonValue | static |
| ErrorMessage(const FString &InType) const | FJsonValue | protected |
| FJsonValue() | FJsonValue | protected |
| GetMemoryFootprint() const | FJsonValue | virtual |
| GetType() const =0 | FJsonValue | protectedpure virtual |
| IsNull() const | FJsonValue | inline |
| operator!= | FJsonValue | friend |
| operator== | FJsonValue | friend |
| PreferStringRepresentation() const | FJsonValue | virtual |
| TryGetArray(const TArray< TSharedPtr< FJsonValue > > *&OutArray) const | FJsonValue | virtual |
| TryGetArray(TArray< TSharedPtr< FJsonValue > > *&OutArray) | FJsonValue | virtual |
| TryGetBool(bool &OutBool) const | FJsonValue | virtual |
| TryGetNumber(double &OutNumber) const | FJsonValue | virtual |
| TryGetNumber(float &OutNumber) const | FJsonValue | virtual |
| TryGetNumber(int8 &OutNumber) const | FJsonValue | virtual |
| TryGetNumber(int16 &OutNumber) const | FJsonValue | virtual |
| TryGetNumber(int32 &OutNumber) const | FJsonValue | virtual |
| TryGetNumber(int64 &OutNumber) const | FJsonValue | virtual |
| TryGetNumber(uint8 &OutNumber) const | FJsonValue | virtual |
| TryGetNumber(uint16 &OutNumber) const | FJsonValue | virtual |
| TryGetNumber(uint32 &OutNumber) const | FJsonValue | virtual |
| TryGetNumber(uint64 &OutNumber) const | FJsonValue | virtual |
| TryGetObject(const TSharedPtr< FJsonObject > *&Object) const | FJsonValue | virtual |
| TryGetObject(TSharedPtr< FJsonObject > *&Object) | FJsonValue | virtual |
| TryGetString(FString &OutString) const | FJsonValue | virtual |
| TryGetUtf8String(FUtf8String &OutString) const | FJsonValue | virtual |
| Type | FJsonValue | |
| ~FJsonValue() | FJsonValue | protectedvirtual |