Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObjectSharedStringStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetStringField
(
FStringView FieldName, |
Sets the string value of the field with the specified name. | Dom/JsonObject.h | |
void SetStringField
(
FStringView FieldName, |
Dom/JsonObject.h | ||
void SetStringField
(
FStringView FieldName, |
Dom/JsonObject.h | ||
void SetStringField
(
FStringView FieldName, |
Dom/JsonObject.h | ||
void SetStringField
(
FStringView FieldName, |
Dom/JsonObject.h | ||
void SetStringField
(
FStringView FieldName, |
Dom/JsonObject.h | ||
void SetStringField
(
FStringView FieldName, |
Dom/JsonObject.h | ||
void SetStringField
(
FStringView FieldName, |
Dom/JsonObject.h |
SetStringField(FStringView, const ANSICHAR *)
Description
Sets the string value of the field with the specified name.
| Name | SetStringField |
| 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 SetStringField
(
FStringView FieldName,
const ANSICHAR * StringValue
)
Parameters
| Name | Remarks |
|---|---|
| FieldName | The name of the field to set. |
| Value | The value to set. |
SetStringField(FStringView, const TCHAR *)
| Name | SetStringField |
| 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 SetStringField
(
FStringView FieldName,
const TCHAR * StringValue
)
SetStringField(FStringView, const UTF8CHAR *)
| Name | SetStringField |
| 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 SetStringField
(
FStringView FieldName,
const UTF8CHAR * StringValue
)
SetStringField(FStringView, FString &&)
| Name | SetStringField |
| 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 SetStringField
(
FStringView FieldName,
FString && StringValue
)
SetStringField(FStringView, const FString &)
| Name | SetStringField |
| 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 SetStringField
(
FStringView FieldName,
const FString & StringValue
)
SetStringField(FStringView, FUtf8String &&)
| Name | SetStringField |
| 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 SetStringField
(
FStringView FieldName,
FUtf8String && StringValue
)
SetStringField(FStringView, const FUtf8String &)
| Name | SetStringField |
| 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 SetStringField
(
FStringView FieldName,
const FUtf8String & StringValue
)
SetStringField(FStringView, const UE::FSharedString &)
| Name | SetStringField |
| 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 SetStringField
(
FStringView FieldName,
const UE::FSharedString & StringValue
)