Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonValueObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool TryGetObject
(
const TSharedPtr< FJsonObject >*& Object |
Tries to convert this value to an object, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetObject
(
TSharedPtr< FJsonObject >*& Object |
Tries to convert this value to an object, returning false if not possible | Dom/JsonValue.h |
TryGetObject(const TSharedPtr< FJsonObject > *&)
Description
Tries to convert this value to an object, returning false if not possible
| Name | TryGetObject |
| 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 TryGetObject
(
const TSharedPtr < FJsonObject > *& Object
) const
TryGetObject(TSharedPtr< FJsonObject > *&)
Description
Tries to convert this value to an object, returning false if not possible
| Name | TryGetObject |
| 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 TryGetObject
(
TSharedPtr < FJsonObject > *& Object
)