Navigation
API > API/Editor > API/Editor/EditorConfig > API/Editor/EditorConfig/FJsonConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| JsonConfig.h | |||
| JsonConfig.h |
SetString(const FJsonPath &, FStringView)
| Name | SetString |
| Type | function |
| Header File | /Engine/Source/Editor/EditorConfig/Public/JsonConfig.h |
| Include Path | #include "JsonConfig.h" |
| Source | /Engine/Source/Editor/EditorConfig/Private/JsonConfig.cpp |
bool SetString
(
const FJsonPath & Path,
FStringView Value
)
SetString(const FJsonPath &, const FText &)
| Name | SetString |
| Type | function |
| Header File | /Engine/Source/Editor/EditorConfig/Public/JsonConfig.h |
| Include Path | #include "JsonConfig.h" |
| Source | /Engine/Source/Editor/EditorConfig/Private/JsonConfig.cpp |
bool SetString
(
const FJsonPath & Path,
const FText & Value
)