Navigation
Unreal Engine C++ API Reference > Runtime > AppFramework > Widgets > Colors
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SThemeColorBlock
References
Module | AppFramework |
Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
Include | #include "Widgets/Colors/SColorThemes.h" |
Syntax
class SThemeColorBlock : public SCompoundWidget
Remarks
SThemeColorBlocks are Color Blocks which point to a Color in a ColorTheme. They can be dragged and dropped, and clicking on one in the Color Picker will give the color that they point to.
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Construct
(
const FArguments& InArgs |
Construct the widget |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FArguments |