Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetIntegerField
(
FStringView FieldName |
Gets a numeric field and casts to an int32 | Dom/JsonObject.h | |
int32 GetIntegerField
(
FAnsiStringView FieldName |
Dom/JsonObject.h |
GetIntegerField(FStringView)
Description
Gets a numeric field and casts to an int32
| Name | GetIntegerField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
int32 GetIntegerField
(
FStringView FieldName
) const
GetIntegerField(FAnsiStringView)
| Name | GetIntegerField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
int32 GetIntegerField
(
FAnsiStringView FieldName
) const