Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom > API/Runtime/Json/Dom/FJsonObject
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
double GetNumberField
&40;
const FString & FieldName
&41; const
Remarks
Gets the field with the specified name as a number.
Ensures that the field is present and is of type Json number. The field's value as a number.
Parameters
| Name | Description |
|---|---|
| FieldName | The name of the field to get. |