Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/SThemeColorBlocksBar
| 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< SThemeColorBlocksBar >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SThemeColorBlocksBar::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 |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _ColorTheme | TAttribute< TSharedPtr< FColorTheme > > | A pointer to the color theme that this bar should display | Widgets/Colors/SColorThemes.h | |
| _EmptyText | FText | Specify what the bar should display when no colors are present | Widgets/Colors/SColorThemes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ColorTheme
(
TAttribute< TSharedPtr< FColorTheme > > InAttribute |
Widgets/Colors/SColorThemes.h | ||
WidgetArgsType & ColorTheme
(
TSharedRef< UserClass > InUserObjectRef, |
Bind attribute with delegate to a shared pointer-based class method. | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & ColorTheme
(
UserClass* InUserObject, |
Bind attribute with delegate to a shared pointer-based class method. | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & ColorTheme_Lambda
(
TFunction< TSharedPtr< FColorTheme >(void) >&& InFunctor |
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & ColorTheme_Raw
(
UserClass* InUserObject, |
Bind attribute with delegate to a raw C++ class method | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & ColorTheme_Static
(
TIdentity_T< typename TAttribute< TSharedPtr< FColorTheme > >::FGetter::template TFuncPtr< VarTypes...., |
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & ColorTheme_UObject
(
UserClass* InUserObject, |
Bind attribute with delegate to a UObject-based class method | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & EmptyText
(
FText InArg |
Widgets/Colors/SColorThemes.h | ||
WidgetArgsType & HideTrashCallback
(
const FSimpleDelegate& InDelegate |
Widgets/Colors/SColorThemes.h | ||
WidgetArgsType & OnGetActiveColor
(
const FOnGetActiveColor& InDelegate |
Event called to get the current color in the color picker window | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & OnSelectColor
(
const FOnLinearColorValueChanged& InDelegate |
Event called when a color block is clicked | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & ShowTrashCallback
(
const FSimpleDelegate& InDelegate |
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 |