Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom > API/Runtime/Json/Dom/FJsonValue
| Type | Name | Description | |
|---|---|---|---|
| bool | TryGetArray
(
const TArray< TSharedPtr< FJsonValue > >*& OutArray |
Tries to convert this value to an array, returning false if not possible | |
| bool | TryGetArray
(
TArray< TSharedPtr< FJsonValue > >*& OutArray |
Tries to convert this value to an array, returning false if not possible |