Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom > API/Runtime/Json/Dom/FJsonObject > API/Runtime/Json/Dom/FJsonObject/HasField
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include | #include "Dom/JsonObject.h" |
bool HasField
(
FStringView FieldName
) const
Remarks
Checks whether a field with the specified name exists in the object. true if the field exists, false otherwise.
Parameters
| Name | Description |
|---|---|
| FieldName | The name of the field to check. |