Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom > API/Runtime/Json/Dom/FJsonObject > API/Runtime/Json/Dom/FJsonObject/TryGetField
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include | #include "Dom/JsonObject.h" |
TSharedPtr < FJsonValue > TryGetField
(
FStringView FieldName
) const
Remarks
Attempts to get the field with the specified name. A pointer to the field, or nullptr if the field doesn't exist.
Parameters
| Name | Description |
|---|---|
| FieldName | The name of the field to get. |