Navigation
API > API/Editor > API/Editor/EditorConfig
References
| Module | EditorConfig |
| Header | /Engine/Source/Editor/EditorConfig/Public/EditorConfig.h |
| Include | #include "EditorConfig.h" |
Syntax
class FEditorConfig
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HasOverride
(
FStringView Key |
||
| bool | IsValid () |
||
| bool | LoadFromFile
(
FStringView FilePath |
||
| bool | LoadFromString
(
FStringView Content |
||
| FOnEditorConfigDirtied & | |||
| void | OnSaved () |
||
| bool | SaveToString
(
FString& OutResult |
||
| void | SetParent
(
TSharedPtr< FEditorConfig > InConfig |
||
| void | SetRootStruct
(
const UStruct* Class, |
||
| void | SetRootStruct
(
const T& InValue, |
||
| void | SetRootUObject
(
const UClass* Class, |
||
| void | SetRootUObject
(
const T& InValue, |
||
| void | SetStruct
(
FStringView Key, |
||
| void | SetUObject
(
FStringView Key, |
||
| bool | TryGetRootStruct
(
T& OutValue, |
||
| bool | TryGetRootStruct
(
const UStruct* Class, |
||
| bool | TryGetRootUObject
(
T* OutValue, |
||
| bool | TryGetRootUObject
(
T& OutValue, |
||
| bool | TryGetRootUObject
(
const UClass* Class, |
||
| bool | TryGetStruct
(
FStringView Key, |
UStruct & UObject. | |
| bool | TryGetUObject
(
FStringView Key, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnEditorConfigDirtied |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EPropertyFilter |