UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::FIntermediateColor Struct Reference

#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
 

Detailed Description

Intermediate type for the color property system that lets us store what kind of color type we should use

Constructor & Destructor Documentation

◆ FIntermediateColor() [1/5]

UE::MovieScene::FIntermediateColor::FIntermediateColor ( )
inline

◆ FIntermediateColor() [2/5]

UE::MovieScene::FIntermediateColor::FIntermediateColor ( double  InR,
double  InG,
double  InB,
double  InA 
)
inlineexplicit

◆ FIntermediateColor() [3/5]

UE::MovieScene::FIntermediateColor::FIntermediateColor ( const FLinearColor InColor)
inlineexplicit

◆ FIntermediateColor() [4/5]

UE::MovieScene::FIntermediateColor::FIntermediateColor ( const FColor InColor)
inlineexplicit

◆ FIntermediateColor() [5/5]

UE::MovieScene::FIntermediateColor::FIntermediateColor ( const FSlateColor InSlateColor)
inlineexplicit

Member Function Documentation

◆ GetColor()

FColor UE::MovieScene::FIntermediateColor::GetColor ( ) const
inline

◆ GetLinearColor()

FLinearColor UE::MovieScene::FIntermediateColor::GetLinearColor ( ) const
inline

◆ GetSlateColor()

FSlateColor UE::MovieScene::FIntermediateColor::GetSlateColor ( ) const
inline

◆ operator[]()

double UE::MovieScene::FIntermediateColor::operator[] ( int32  Index) const
inline

Member Data Documentation

◆ A

double UE::MovieScene::FIntermediateColor::A

◆ B

double UE::MovieScene::FIntermediateColor::B

◆ G

double UE::MovieScene::FIntermediateColor::G

◆ R

double UE::MovieScene::FIntermediateColor::R

The documentation for this struct was generated from the following file: