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,
const FLinearColor InColor
)
|
Construct a Gradient Stop from a Position and a Color. |
Rendering/DrawElementTypes.h |
|
Variables
Public
Functions
Public