FGradientStopMark

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/SColorGradientEditor.h

Include

#include "SColorGradientEditor.h"

Syntax

struct FGradientStopMark

Variables

Name Description

Public variable

FKeyHandle

 

AlphaKeyHandle

Public variable

FKeyHandle

 

BlueKeyHandle

Public variable

FKeyHandle

 

GreenKeyHandle

Public variable

FKeyHandle

 

RedKeyHandle

Public variable

float

 

Time

Constructors

Name Description

Public function

FGradientStopMark()

Public function

FGradientStopMark

(
    float InTime,
    FKeyHandle InRedKeyHandle,
    FKeyHandle InGreenKeyHandle,
    FKeyHandle InBlueKeyHandle,
    FKeyHandle InAlphaKeyHandle
)

Functions

Name Description

Public function Const

FLinearColor

 

GetColor

(
    FCurveOwnerInterface& CurveOwner
)

Public function

bool

 

IsValid

(
    FCurveOwnerInterface& CurveOwner
)

Public function Const

bool

 

IsValidAlphaMark

(
    const TArray< FRichCurveEditInfo > ...
)

Public function Const

bool

 

IsValidColorMark

(
    const TArray< FRichCurveEditInfo > ...
)

Public function

void

 

SetColor

(
    const FLinearColor& InColor,
    FCurveOwnerInterface& CurveOwner
)

Public function

void

 

SetTime

(
    float NewTime,
    FCurveOwnerInterface& CurveOwner
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FGradientStopMark& Other
)

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