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