Choose your operating system:
Windows
macOS
Linux
| FSlateControlledConstruction | ||||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorGradingWheel.h |
Include |
#include "Widgets/Colors/SColorGradingWheel.h" |
class SColorGradingWheel : public SLeafWidget
Implements the color wheel widget.
Name | Description | ||
---|---|---|---|
|
uint8: 1 |
bIsAttributeDesiredWheelSizeSet |
|
|
uint8: 1 |
bIsAttributeExponentDisplacementSet |
|
|
const FSlateBru... |
Image |
The color wheel image to show. |
|
OnMouseCaptureBegin |
Invoked when the mouse is pressed and a capture begins. |
|
|
OnMouseCaptureEnd |
Invoked when the mouse is let up and a capture ends. |
|
|
OnValueChanged |
Invoked when a new value is selected on the color wheel. |
|
|
const FSlateBru... |
SelectorImage |
The color selector image to show. |
|
Union_IsAttributeSet |
Name | Description | |
---|---|---|
|
SColorGradingWheel() |
Name | Description | ||
---|---|---|---|
|
CalcRelativePositionFromCenter() |
Calculates the position of the color selection indicator. |
|
|
Construct ( |
Construct this widget. |
|
|
TSlateAttrib... |
GetDesiredWheelSizeAttribute() |
|
|
TSlateAttrib... |
GetExponentDisplacementAttribute() |
|
|
TSlateAttrib... |
GetSelectedColorAttribute() |
|
|
ProcessMouseAction ( |
Performs actions according to mouse click / move |
|
|
SetDesiredWheelSizeAttribute ( |
||
|
SetExponentDisplacementAttribute ( |
||
|
SetSelectedColorAttribute ( |
||
|
const FSlate... |
StaticWidgetClass() |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
Overwritten from SWidget. |
|
|
OnMouseButtonDoubleClick ( |
Called when a mouse button is double clicked. Override this in derived classes. |
|
|
OnMouseButtonDown ( |
MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. |
|
|
OnMouseButtonUp ( |
The system calls this method to notify the widget that a mouse button was release within it. |
|
|
OnMouseMove ( |
The system calls this method to notify the widget that a mouse moved within it. |
|
|
OnPaint ( |
Overwritten from SWidget. |
Name | Description | ||
---|---|---|---|
|
const FSlate... |
GetWidgetClass() |
Name |
Description |
|
---|---|---|
|
FArguments |
Name | Description | ||
---|---|---|---|
|
DesiredWheelSize |
Direct access to DesiredWheelSize is now deprecated. Use the setter or getter. |
|
|
ExponentDisplacement |
Direct access to DesiredSizeOverride is now deprecated. Use the setter or getter. |
|
|
SelectedColor |
Direct access to SelectedColor is now deprecated. Use the setter or getter. |