Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
Include |
#include "Dom/JsonObject.h" |
TSharedPtr< FJsonValue > TryGetField
(
const FString & FieldName
) const
Attempts to get the field with the specified name.
A pointer to the field, or nullptr if the field doesn't exist.
Parameter |
Description |
---|---|
FieldName |
The name of the field to get. |