UMovieSceneColorSection

A single floating point section

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneColorSection.h

Include

#include "Sections/MovieSceneColorSection.h"

Syntax

class UMovieSceneColorSection :
    public UMovieSceneSection,
    public IMovieSceneEntityProvider

Remarks

A single floating point section

Constructors

Name Description

Public function

UMovieSceneColorSection

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Const

const FMovie...

 

GetAlphaChannel()

Access the underlying generation function for the alpha component of this section

Public function Const

const FMovie...

 

GetBlueChannel()

Access the underlying generation function for the blue component of this section

Public function Const

const FMovie...

 

GetGreenChannel()

Access the underlying generation function for the green component of this section

Public function Const

const FMovie...

 

GetRedChannel()

Access the underlying generation function for the red component of this section

Overridden from UMovieSceneSection

Name Description

Protected function Virtual

TSharedPtr< ...

 

GetKeyStruct

(
    TArrayView< const FKeyHandle > KeyH...
)

Get the data structure representing the specified keys.

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