FSlateGradientStop

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementPayloads.h

Include

#include "Rendering/DrawElementPayloads.h"

Syntax

struct FSlateGradientStop

Variables

Name Description

Public variable

FLinearColor

 

Color

Public variable

FVector2D

 

Position

Constructors

Name Description

Public function

FSlateGradientStop

(
    const FVector2D& InPosition,
    const FLinearColor& InColor
)

Construct a Gradient Stop from a Position and a Color.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss