Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/SThemeColorBlock
| 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< SThemeColorBlock >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SThemeColorBlock::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 & Color
(
const TAttribute< TSharedPtr< FLinearColor > >& InAttribute |
A pointer to the color this block uses | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & ColorInfo
(
const TAttribute< TSharedPtr< FColorInfo > >& InAttribute |
The info for the color this block uses | 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 & OnSelectColor
(
const FOnLinearColorValueChanged& InDelegate |
Event called when this block is clicked | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & Parent
(
const TAttribute< TSharedPtr< SThemeColorBlocksBar > >& InAttribute |
A pointer to the theme color blocks bar that is this block's origin | 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 & SupportsDrag
(
const TAttribute< bool >& InAttribute |
Whether the color block supports drag/drop operations | 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 |