![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneTracksPropertyTypes.h>
Public Member Functions | |
| FIntermediateColor () | |
| FIntermediateColor (double InR, double InG, double InB, double InA) | |
| FIntermediateColor (const FLinearColor &InColor) | |
| FIntermediateColor (const FColor &InColor) | |
| FIntermediateColor (const FSlateColor &InSlateColor) | |
| double | operator[] (int32 Index) const |
| FColor | GetColor () const |
| FLinearColor | GetLinearColor () const |
| FSlateColor | GetSlateColor () const |
Public Attributes | |
| double | R |
| double | G |
| double | B |
| double | A |
Intermediate type for the color property system that lets us store what kind of color type we should use
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
| double UE::MovieScene::FIntermediateColor::A |
| double UE::MovieScene::FIntermediateColor::B |
| double UE::MovieScene::FIntermediateColor::G |
| double UE::MovieScene::FIntermediateColor::R |