Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieSceneColorSection
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
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneColorSection
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneFloatChannel & | Access the underlying generation function for the alpha component of this section | ||
| const FMovieSceneFloatChannel & | |||
| FMovieSceneFloatChannel & | Access the underlying generation function for the blue component of this section | ||
| const FMovieSceneFloatChannel & | |||
| FMovieSceneFloatChannel & | Access the underlying generation function for the green component of this section | ||
| const FMovieSceneFloatChannel & | |||
| FMovieSceneFloatChannel & | Access the underlying generation function for the red component of this section | ||
| const FMovieSceneFloatChannel & |
Overridden from UMovieSceneSection
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FStructOnScope > | GetKeyStruct
(
TArrayView< const FKeyHandle > KeyHandles |
Get the data structure representing the specified keys. |