Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryGetArrayField
(
FStringView FieldName, |
Try to get the field named FieldName as an array, or return false if it's another type | Dom/JsonObject.h | |
bool TryGetArrayField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h |
TryGetArrayField(FStringView, const TArray< TSharedPtr< FJsonValue > > *&)
Description
Try to get the field named FieldName as an array, or return false if it's another type
| Name | TryGetArrayField |
| 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 TryGetArrayField
(
FStringView FieldName,
const TArray < TSharedPtr < FJsonValue > > *& OutArray
) const
TryGetArrayField(FAnsiStringView, const TArray< TSharedPtr< FJsonValue > > *&)
| Name | TryGetArrayField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetArrayField
(
FAnsiStringView FieldName,
const TArray < TSharedPtr < FJsonValue > > *& OutArray
) const