![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ColorGradingSpinBoxStyle.h>
Inheritance diagram for FColorGradingSpinBoxStyle:Public Member Functions | |
| ADVANCEDWIDGETS_API | FColorGradingSpinBoxStyle () |
| virtual | ~FColorGradingSpinBoxStyle () |
| virtual ADVANCEDWIDGETS_API void | GetResources (TArray< const FSlateBrush * > &OutBrushes) const override |
| virtual const FName | GetTypeName () const override |
| FColorGradingSpinBoxStyle & | SetBorderBrush (const FSlateBrush &InBorderBrush) |
| FColorGradingSpinBoxStyle & | SetActiveBorderBrush (const FSlateBrush &InActiveBorderBrush) |
| FColorGradingSpinBoxStyle & | SetHoveredBorderBrush (const FSlateBrush &InHoveredBorderBrush) |
| FColorGradingSpinBoxStyle & | SetSelectorBrush (const FSlateBrush &InSelectorBrush) |
| FColorGradingSpinBoxStyle & | SetSelectorWidth (float InSelectorWidth) |
| void | UnlinkColors () |
Public Member Functions inherited from FSlateWidgetStyle | |
| SLATECORE_API | FSlateWidgetStyle () |
| virtual SLATECORE_API | ~FSlateWidgetStyle () |
Static Public Member Functions | |
| static ADVANCEDWIDGETS_API const FColorGradingSpinBoxStyle & | GetDefault () |
Public Attributes | |
| FSlateBrush | BorderBrush |
| FSlateBrush | ActiveBorderBrush |
| FSlateBrush | HoveredBorderBrush |
| FSlateBrush | SelectorBrush |
| float | SelectorWidth |
Static Public Attributes | |
| static ADVANCEDWIDGETS_API const FName | TypeName |
Represents the appearance of a color grading spin box
| FColorGradingSpinBoxStyle::FColorGradingSpinBoxStyle | ( | ) |
|
inlinevirtual |
|
static |
|
overridevirtual |
Gets the brush resources associated with this style.
This method must be implemented by inherited structures.
| OutBrushes | The brush resources. |
Reimplemented from FSlateWidgetStyle.
Gets the name of this style.
This method must be implemented by inherited structures.
Reimplemented from FSlateWidgetStyle.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Unlinks all colors in this style.
| FSlateBrush FColorGradingSpinBoxStyle::ActiveBorderBrush |
Brush used to draw the border of the spinbox when it's in active use by the user
| FSlateBrush FColorGradingSpinBoxStyle::BorderBrush |
Brush used to draw the border of the spinbox
| FSlateBrush FColorGradingSpinBoxStyle::HoveredBorderBrush |
Brush used to draw the border of the spinbox when it's hovered over
| FSlateBrush FColorGradingSpinBoxStyle::SelectorBrush |
Brush used to draw the selector indicating the current value
| float FColorGradingSpinBoxStyle::SelectorWidth |
Width of the selector
|
static |