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