Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryGetStringField
(
FStringView FieldName, |
Get the field named FieldName as a string. | Dom/JsonObject.h | |
bool TryGetStringField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h |
TryGetStringField(FStringView, FString &)
Description
Get the field named FieldName as a string. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetStringField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetStringField
(
FStringView FieldName,
FString & OutString
) const
TryGetStringField(FAnsiStringView, FString &)
| Name | TryGetStringField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetStringField
(
FAnsiStringView FieldName,
FString & OutString
) const