Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SComplexGradient
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Colors/SComplexGradient.h |
| Include Path | #include "Widgets/Colors/SComplexGradient.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SComplexGradient >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SComplexGradient::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Colors/SComplexGradient.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Colors/SComplexGradient.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & DesiredSizeOverride
(
const TAttribute< TOptional< FVector2D > >& InAttribute |
When specified use this as the gradients desired size | Widgets/Colors/SComplexGradient.h | |
WidgetArgsType & GradientColors
(
const TAttribute< TArray< FLinearColor > >& InAttribute |
The colors used in the gradient | Widgets/Colors/SComplexGradient.h | |
WidgetArgsType & HasAlphaBackground
(
bool InArg |
Whether a checker background is displayed for alpha viewing | Widgets/Colors/SComplexGradient.h | |
WidgetArgsType & Orientation
(
EOrientation InArg |
Horizontal or vertical gradient | Widgets/Colors/SComplexGradient.h |