Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneTracksPropertyTypes.h |
| Include | #include "MovieSceneTracksPropertyTypes.h" |
Syntax
struct FIntermediateColor
Remarks
Intermediate type for the color property system that lets us store what kind of color type we should use
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | A | ||
| double | B | ||
| double | G | ||
| double | R |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIntermediateColor
(
const FLinearColor& InColor |
|||
FIntermediateColor
(
const FColor& InColor |
|||
FIntermediateColor
(
const FSlateColor& InSlateColor |
|||
FIntermediateColor
(
double InR, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FColor | GetColor () |
||
| FLinearColor | |||
| FSlateColor |
Operators
| Type | Name | Description | |
|---|---|---|---|
| double | operator[]
(
int32 Index |