Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
Include |
#include "Dom/JsonObject.h" |
Checks whether a field with the specified name and type exists in the object.
true if the field exists, false otherwise.
Parameter |
Description |
---|---|
JsonType |
The type of the field to check. |
FieldName |
The name of the field to check. |