Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets > API/Runtime/AdvancedWidgets/SColorGradingWheel
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/ColorGrading/SColorGradingWheel.h |
| Include Path | #include "Widgets/ColorGrading/SColorGradingWheel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SColorGradingWheel >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SColorGradingWheel::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/ColorGrading/SColorGradingWheel.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/ColorGrading/SColorGradingWheel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & DesiredWheelSize
(
const TAttribute< int32 >& InAttribute |
Widgets/ColorGrading/SColorGradingWheel.h | ||
WidgetArgsType & ExponentDisplacement
(
const TAttribute< float >& InAttribute |
Widgets/ColorGrading/SColorGradingWheel.h | ||
WidgetArgsType & OnMouseCaptureBegin
(
const FOnColorGradingWheelMouseCapture& InDelegate |
Invoked when the mouse is pressed and a capture begins. | Widgets/ColorGrading/SColorGradingWheel.h | |
WidgetArgsType & OnMouseCaptureEnd
(
const FOnColorGradingWheelMouseCapture& InDelegate |
Invoked when the mouse is released and a capture ends. | Widgets/ColorGrading/SColorGradingWheel.h | |
WidgetArgsType & OnValueChanged
(
const FOnColorGradingWheelValueChanged& InDelegate |
Invoked when a new value is selected on the color wheel. | Widgets/ColorGrading/SColorGradingWheel.h | |
WidgetArgsType & SelectedColor
(
const TAttribute< FLinearColor >& InAttribute |
The current color selected by the user. | Widgets/ColorGrading/SColorGradingWheel.h |