FIntermediateColor

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

Windows
MacOS
Linux

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

Name Description

Public variable

float

 

A

Public variable

float

 

B

Public variable

float

 

G

Public variable

float

 

R

Constructors

Name Description

Public function

FIntermediateColor()

Public function

FIntermediateColor

(
    const FLinearColor& InColor
)

Public function

FIntermediateColor

(
    const FColor& InColor
)

Public function

FIntermediateColor

(
    const FSlateColor& InSlateColor
)

Public function

FIntermediateColor

(
    float InR,
    float InG,
    float InB,
    float InA
)

Functions

Operators

Name Description

Public function Const

float

 

operator[]

(
    int32 Index
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss