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