Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SColorGradientEditor.h |
| Include | #include "SColorGradientEditor.h" |
Syntax
struct FGradientStopMark
Variables
| Type | Name | Description | |
|---|---|---|---|
| FKeyHandle | AlphaKeyHandle | ||
| FKeyHandle | BlueKeyHandle | ||
| FKeyHandle | GreenKeyHandle | ||
| FKeyHandle | RedKeyHandle | ||
| float | Time |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGradientStopMark
(
float InTime, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | GetColor
(
FCurveOwnerInterface& CurveOwner |
||
| bool | IsValid
(
FCurveOwnerInterface& CurveOwner |
||
| bool | IsValidAlphaMark
(
const TArray< FRichCurveEditInfo >& Curves |
||
| bool | IsValidColorMark
(
const TArray< FRichCurveEditInfo >& Curves |
||
| void | SetColor
(
const FLinearColor& InColor, |
||
| void | SetTime
(
float NewTime, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FGradientStopMark& Other |