Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets > API/Runtime/AdvancedWidgets/SColorGradingComponentViewer
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/ColorGrading/SColorGradingComponentViewer.h |
| Include Path | #include "Widgets/ColorGrading/SColorGradingComponentViewer.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SColorGradingComponentViewer >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SColorGradingComponentViewer::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/ColorGrading/SColorGradingComponentViewer.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/ColorGrading/SColorGradingComponentViewer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowSpin
(
bool InArg |
Whether or not the user should be able to change the value by dragging with the mouse cursor | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & ColorGradingMode
(
const TAttribute< EColorGradingModes >& InAttribute |
The mode of the associated color grading wheel | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & Component
(
const TAttribute< EColorGradingComponent >& InAttribute |
The component being displayed | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & CtrlMultiplier
(
const TAttribute< float >& InAttribute |
Multiplier to use when ctrl is held down | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & Delta
(
const TAttribute< float >& InAttribute |
Delta to increment the value as the slider moves. If not specified will determine automatically | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & LinearDeltaSensitivity
(
const TAttribute< int32 >& InAttribute |
If we're an unbounded spinbox, what value do we divide mouse movement by before multiplying by Delta. | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & MaxFractionalDigits
(
const TAttribute< TOptional< int32 > >& InAttribute |
The maximum fractional digits the spin box displays, defaults to 3 | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & MaxSliderValue
(
const TAttribute< TOptional< float > >& InAttribute |
The maximum value that can be specified by using the slider, defaults to MaxValue | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & MaxValue
(
const TAttribute< TOptional< float > >& InAttribute |
The maximum value that can be entered into the text edit box | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & MinFractionalDigits
(
const TAttribute< TOptional< int32 > >& InAttribute |
The minimum fractional digits the spin box displays, defaults to 1 | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & MinSliderValue
(
const TAttribute< TOptional< float > >& InAttribute |
The minimum value that can be specified by using the slider, defaults to MinValue | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & MinValue
(
const TAttribute< TOptional< float > >& InAttribute |
The minimum value that can be entered into the text edit box | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & OnBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called right before the slider begins to move | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & OnDynamicSliderMaxValueChanged
(
const FOnDynamicSliderMinMaxValueChanged& InDelegate |
Called right after the max slider value is changed (only relevant if SupportDynamicSliderMaxValue is true) | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & OnDynamicSliderMinValueChanged
(
const FOnDynamicSliderMinMaxValueChanged& InDelegate |
Called right after the min slider value is changed (only relevant if SupportDynamicSliderMinValue is true) | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & OnEndSliderMovement
(
const FOnValueChanged& InDelegate |
Called right after the slider handle is released by the user | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & OnQueryCurrentColor
(
const FOnGetCurrentVector4Value& InDelegate |
Callback to get the current FVector4 color value (used to update the background gradient) | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & OnValueChanged
(
const FOnValueChanged& InDelegate |
Called when the value is changed by slider or typing | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & ShiftMultiplier
(
const TAttribute< float >& InAttribute |
Multiplier to use when shift is held down | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & SliderExponent
(
const TAttribute< float >& InAttribute |
Use exponential scale for the slider | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & SliderExponentNeutralValue
(
const TAttribute< float >& InAttribute |
When use exponential scale for the slider which is the neutral value | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & SupportDynamicSliderMaxValue
(
const TAttribute< bool >& InAttribute |
Tell us if we want to support dynamically changing of the max value using alt | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & SupportDynamicSliderMinValue
(
const TAttribute< bool >& InAttribute |
Tell us if we want to support dynamically changing of the min value using alt | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & TypeInterface
(
TSharedPtr< INumericTypeInterface< float > > InArg |
Provide custom type conversion functionality to the spin box | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & UseCompactDisplay
(
bool InArg |
If true, reduce padding and hide the gradient spinbox, leaving only the numeric entry. | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & Value
(
const TAttribute< TOptional< float > >& InAttribute |
The value to display | Widgets/ColorGrading/SColorGradingComponentViewer.h | |
WidgetArgsType & WheelStep
(
const TAttribute< TOptional< float > >& InAttribute |
Step to increment or decrement the value by when scrolling the mouse wheel. | Widgets/ColorGrading/SColorGradingComponentViewer.h |