![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Namespaces | |
| namespace | UE |
| namespace | UE::Json |
Functions | |
| template<typename T > | |
| bool | TryConvertNumber (const FJsonValue &InValue, T &OutNumber) |
| template<> | |
| bool | TryConvertNumber< uint64 > (const FJsonValue &InValue, uint64 &OutNumber) |
| template<> | |
| bool | TryConvertNumber< int64 > (const FJsonValue &InValue, int64 &OutNumber) |
| JsonSimpleValueVariant | UE::Json::ToSimpleJsonVariant (const FJsonValue &InJsonValue) |
| bool | operator== (const JsonNumberValueVariants &Lhs, const FString &Rhs) |
| FString | ToString (const JsonNumberValueVariants &InNumberVariant) |
| bool | operator== (const JsonNumberValueVariants &Lhs, const JsonNumberValueVariants &Rhs) |
| bool | operator== (const JsonSimpleValueVariant &Lhs, const JsonSimpleValueVariant &Rhs) |
| bool operator== | ( | const JsonNumberValueVariants & | Lhs, |
| const FString & | Rhs | ||
| ) |
| bool operator== | ( | const JsonNumberValueVariants & | Lhs, |
| const JsonNumberValueVariants & | Rhs | ||
| ) |
| bool operator== | ( | const JsonSimpleValueVariant & | Lhs, |
| const JsonSimpleValueVariant & | Rhs | ||
| ) |
| FString ToString | ( | const JsonNumberValueVariants & | InNumberVariant | ) |
| bool TryConvertNumber | ( | const FJsonValue & | InValue, |
| T & | OutNumber | ||
| ) |
| bool TryConvertNumber< int64 > | ( | const FJsonValue & | InValue, |
| int64 & | OutNumber | ||
| ) |
| bool TryConvertNumber< uint64 > | ( | const FJsonValue & | InValue, |
| uint64 & | OutNumber | ||
| ) |