Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObject
- UCommonUIEditorSettings
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUIEditorSettings.h |
| Include | #include "CommonUIEditorSettings.h" |
Syntax
UCLASS (Config=Editor, defaultconfig)
class UCommonUIEditorSettings : public UObject
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCommonUIEditorSettings
(
const FObjectInitializer& Initializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSubclassOf< UCommonBorderStyle > & | |||
| const TSubclassOf< UCommonButtonStyle > & | |||
| const TSubclassOf< UCommonTextStyle > & | Template Styles - Only accessible in editor builds should be transfered to new widgets in OnCreationFromPalette() overrides | ||
| void | LoadData () |
Called to load CommonUIEditorSettings data | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |