Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObjectSharedStringStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetArrayField
(
FStringView FieldName, |
Sets the array value of the field with the specified name. | Dom/JsonObject.h | |
void SetArrayField
(
FStringView FieldName, |
Dom/JsonObject.h |
SetArrayField(FStringView, TArray< TSharedPtr< FJsonValue > > &&)
Description
Sets the array value of the field with the specified name.
| Name | SetArrayField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
void SetArrayField
(
FStringView FieldName,
TArray < TSharedPtr < FJsonValue > > && Array
)
Parameters
| Name | Remarks |
|---|---|
| FieldName | The name of the field to set. |
| Value | The value to set. |
SetArrayField(FStringView, const TArray< TSharedPtr< FJsonValue > > &)
| Name | SetArrayField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
void SetArrayField
(
FStringView FieldName,
const TArray < TSharedPtr < FJsonValue > > & Array
)