Choose your operating system:
Windows
macOS
Linux
| FSlateControlledConstruction | ||||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorSpectrum.h |
Include |
#include "Widgets/Colors/SColorSpectrum.h" |
class SColorSpectrum : public SLeafWidget
Implements the color spectrum widget.
Name | Description | |
---|---|---|
|
SColorSpectrum() |
Name | Description | ||
---|---|---|---|
|
CalcRelativeSelectedPosition() |
Calculates the position of the color selection indicator. |
|
|
Construct ( |
Construct this widget. |
|
|
ProcessMouseAction ( |
Performs actions according to mouse click / move |
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 |
|
---|---|---|
|
FArguments |