Navigation
Unreal Engine C++ API Reference > Runtime > AppFramework > Widgets > Colors > SThemeColorBlock
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SThemeColorBlock::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< SThemeColorBlock >
Constructors
Type | Name | Description | |
---|---|---|---|
FArguments () |
Functions
Type | Name | Description | |
---|---|---|---|
WidgetArgsType & | Color
(
const TAttribute< TSharedPtr< FLinearColor > >& InAttribute |
A pointer to the color this block uses | |
WidgetArgsType & | ColorInfo
(
const TAttribute< TSharedPtr< FColorInfo > >& InAttribute |
The info for the color this block uses | |
WidgetArgsType & | HideTrashCallback
(
const FSimpleDelegate& InDelegate |
Callback to pass down to the FColorDragDrop for it to hide the trash | |
WidgetArgsType & | OnSelectColor
(
const FOnLinearColorValueChanged& InDelegate |
Event called when this block is clicked | |
WidgetArgsType & | Parent
(
const TAttribute< TSharedPtr< SThemeColorBlocksBar > >& InAttribute |
A pointer to the theme color blocks bar that is this block's origin | |
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 |