Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonValueArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool TryGetArray
(
const TArray< TSharedPtr< FJsonValue > >*& OutArray |
Tries to convert this value to an array, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetArray
(
TArray< TSharedPtr< FJsonValue > >*& OutArray |
Tries to convert this value to an array, returning false if not possible | Dom/JsonValue.h |
TryGetArray(const TArray< TSharedPtr< FJsonValue > > *&)
Description
Tries to convert this value to an array, returning false if not possible
| Name | TryGetArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonValue.cpp |
virtual bool TryGetArray
(
const TArray < TSharedPtr < FJsonValue > > *& OutArray
) const
TryGetArray(TArray< TSharedPtr< FJsonValue > > *&)
Description
Tries to convert this value to an array, returning false if not possible
| Name | TryGetArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonValue.cpp |
virtual bool TryGetArray
(
TArray < TSharedPtr < FJsonValue > > *& OutArray
)