Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include | #include "Rendering/DrawElementTypes.h" |
Syntax
struct FSlateGradientStop
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Color | ||
| FVector2f | Position |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateGradientStop
(
const VectorType& InPosition, |
Construct a Gradient Stop from a Position and a Color. |