![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FJsonDataBag, including all inherited members.
| FromJson(const TCHAR *Json) | FJsonSerializable | virtual |
| FromJson(const UTF8CHAR *Json) | FJsonSerializable | virtual |
| FromJson(const FString &Json) | FJsonSerializable | virtual |
| FromJson(const FUtf8String &Json) | FJsonSerializable | virtual |
| FromJson(FString &&Json) | FJsonSerializable | virtual |
| FromJson(FUtf8String &&Json) | FJsonSerializable | virtual |
| FromJson(TSharedPtr< FJsonObject > JsonObject) | FJsonSerializable | virtual |
| FromJsonStringView(FUtf8StringView JsonStringView) | FJsonSerializable | |
| FromJsonStringView(FWideStringView JsonStringView) | FJsonSerializable | |
| GetBool(const FString &Key) const | FJsonDataBag | |
| GetDouble(const FString &Key) const | FJsonDataBag | |
| GetField(const FString &Key) const | FJsonDataBag | |
| GetString(const FString &Key) const | FJsonDataBag | |
| JsonObject | FJsonDataBag | |
| NumPrintIndents | FJsonDataBag | |
| Serialize(FJsonSerializerBase &Serializer, bool bFlatObject) override | FJsonDataBag | virtual |
| SetField(const FString &Key, Arg &&Value) | FJsonDataBag | inline |
| SetFieldJson(const FString &Key, const TSharedPtr< FJsonValue > &Value) | FJsonDataBag | |
| ToJson(bool bPrettyPrint=true) const | FJsonSerializable | |
| ToJson(bool bPrettyPrint=true) | FJsonSerializable | virtual |
| ToJson(TSharedRef< TJsonWriter< CharType, PrintPolicy >, SPMode > JsonWriter, bool bFlatObject=false) const | FJsonSerializable | inline |
| ToJsonUtf8(bool bPrettyPrint=true) const | FJsonSerializable | |
| ToJsonUtf8(bool bPrettyPrint=true) | FJsonSerializable | virtual |
| ~FJsonSerializable() | FJsonSerializable | virtual |