Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCommonUIEditorSettings
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUIEditorSettings.h |
| Include | #include "CommonUIEditorSettings.h" |
Syntax
UCLASS&40;Config&61;Editor, defaultconfig&41;
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 |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |