Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/JsonUtils > API/Runtime/Json/JsonUtils/FJsonPointer
| Type | Name | Description | |
|---|---|---|---|
| bool | TryGet
(
const TSharedPtr< FJsonObject >& RootObject, |
Attempt to retrieve the value specified by this Json Pointer from the provided JsonValue. | |
| bool | TryGet
(
const TSharedPtr< FJsonValue >& RootValue, |
Attempt to retrieve the value specified by this Json Pointer from the provided JsonObject. | |
| bool | TryGet
(
const TArray< TSharedPtr< FJsonValue >>& RootValues, |
Attempt to retrieve the value specified by this Json Pointer from the provided Json Array. |