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