Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets > API/Runtime/AdvancedWidgets/SColorGradingPicker
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/ColorGrading/SColorGradingPicker.h |
| Include Path | #include "Widgets/ColorGrading/SColorGradingPicker.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SColorGradingPicker >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SColorGradingPicker::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/ColorGrading/SColorGradingPicker.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/ColorGrading/SColorGradingPicker.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _MainShiftMouseMovePixelPerDelta | int32 | Widgets/ColorGrading/SColorGradingPicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowSpin
(
const TAttribute< bool >& InAttribute |
Widgets/ColorGrading/SColorGradingPicker.h | ||
WidgetArgsType & ColorGradingModes
(
EColorGradingModes InArg |
Widgets/ColorGrading/SColorGradingPicker.h | ||
WidgetArgsType & DesiredWheelSize
(
const TAttribute< int32 >& InAttribute |
Widgets/ColorGrading/SColorGradingPicker.h | ||
WidgetArgsType & MainCtrlMultiplier
(
float InArg |
Multiplier to use when ctrl is held down | Widgets/ColorGrading/SColorGradingPicker.h | |
WidgetArgsType & MainDelta
(
float InArg |
Widgets/ColorGrading/SColorGradingPicker.h | ||
WidgetArgsType & MainShiftMouseMovePixelPerDelta
(
int32 InArg |
Widgets/ColorGrading/SColorGradingPicker.h | ||
WidgetArgsType & MainShiftMultiplier
(
float InArg |
Multiplier to use when shift is held down | Widgets/ColorGrading/SColorGradingPicker.h | |
WidgetArgsType & OnBeginMouseCapture
(
const FSimpleDelegate& InDelegate |
Called when the mouse captures starts on the color wheel | Widgets/ColorGrading/SColorGradingPicker.h | |
WidgetArgsType & OnBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called right before the slider begins to move | Widgets/ColorGrading/SColorGradingPicker.h | |
WidgetArgsType & OnColorCommitted
(
const FOnColorGradingPickerValueChanged& InDelegate |
The event called when the color is committed | Widgets/ColorGrading/SColorGradingPicker.h | |
WidgetArgsType & OnEndMouseCapture
(
const FSimpleDelegate& InDelegate |
Called when the mouse captures ends for the color wheel | Widgets/ColorGrading/SColorGradingPicker.h | |
WidgetArgsType & OnEndSliderMovement
(
const FSimpleDelegate& InDelegate |
Called right after the slider handle is released by the user | Widgets/ColorGrading/SColorGradingPicker.h | |
WidgetArgsType & OnQueryCurrentColor
(
const FOnGetCurrentVector4Value& InDelegate |
Callback to get the current FVector4 value | Widgets/ColorGrading/SColorGradingPicker.h | |
WidgetArgsType & SliderValueMax
(
TOptional< float > InArg |
Widgets/ColorGrading/SColorGradingPicker.h | ||
WidgetArgsType & SliderValueMin
(
TOptional< float > InArg |
Widgets/ColorGrading/SColorGradingPicker.h | ||
WidgetArgsType & SupportDynamicSliderMaxValue
(
const TAttribute< bool >& InAttribute |
Tell us if we want to support dynamically changing of the max value using ctrl | Widgets/ColorGrading/SColorGradingPicker.h | |
WidgetArgsType & SupportDynamicSliderMinValue
(
const TAttribute< bool >& InAttribute |
Tell us if we want to support dynamically changing of the min value using ctrl | Widgets/ColorGrading/SColorGradingPicker.h | |
WidgetArgsType & ValueMax
(
TOptional< float > InArg |
Widgets/ColorGrading/SColorGradingPicker.h | ||
WidgetArgsType & ValueMin
(
TOptional< float > InArg |
Widgets/ColorGrading/SColorGradingPicker.h |