Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SColorWheel
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h |
| Include Path | #include "Widgets/Colors/SColorWheel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SColorWheel >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SColorWheel::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Colors/SColorWheel.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Colors/SColorWheel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ColorWheelBrush
(
const TAttribute< const FSlateBrush* >& InAttribute |
ColorWheelBrush to use. | Widgets/Colors/SColorWheel.h | |
WidgetArgsType & CtrlMultiplier
(
const TAttribute< float >& InAttribute |
Multiplier to use when ctrl is held down | Widgets/Colors/SColorWheel.h | |
WidgetArgsType & OnMouseCaptureBegin
(
const FSimpleDelegate& InDelegate |
Invoked when the mouse is pressed and a capture begins. | Widgets/Colors/SColorWheel.h | |
WidgetArgsType & OnMouseCaptureEnd
(
const FSimpleDelegate& InDelegate |
Invoked when the mouse is released and a capture ends. | Widgets/Colors/SColorWheel.h | |
WidgetArgsType & OnValueChanged
(
const FOnLinearColorValueChanged& InDelegate |
Invoked when a new value is selected on the color wheel. | Widgets/Colors/SColorWheel.h | |
WidgetArgsType & SelectedColor
(
const TAttribute< FLinearColor >& InAttribute |
The current color selected by the user. | Widgets/Colors/SColorWheel.h |