Navigation
Unreal Engine C++ API Reference > Runtime > AppFramework > Widgets > Colors > SColorThemeBar
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SColorThemeBar::FArguments
References
Module | AppFramework |
Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
Include | #include "Widgets/Colors/SColorThemes.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SColorThemeBar >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FArguments () |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
WidgetArgsType & | ColorTheme
(
const TAttribute< TSharedPtr< FColorTheme > >& InAttribute |
The color theme that this bar is displaying |
![]() |
WidgetArgsType & | HideTrashCallback
(
const FSimpleDelegate& InDelegate |
Callback to pass down to the FColorDragDrop for it to hide the trash |
![]() |
WidgetArgsType & | OnCurrentThemeChanged
(
const FOnCurrentThemeChanged& InDelegate |
Event to be called when the current theme changes |
![]() |
WidgetArgsType & | ShowTrashCallback
(
const FSimpleDelegate& InDelegate |
Callback to pass down to the FColorDragDrop for it to show the trash |
![]() |
WidgetArgsType & | UseAlpha
(
const TAttribute< bool >& InAttribute |
Whether the ability to pick the alpha value is enabled |
![]() |
WidgetArgsType & | UseSRGB
(
const TAttribute< bool >& InAttribute |
Whether to display sRGB color |
Typedefs
Name | Description |
---|---|
WidgetArgsType |