Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
A single floating point section
| Name | UMovieSceneColorSection |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneColorSection.h |
| Include Path | #include "Sections/MovieSceneColorSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneColorSection :
public UMovieSceneSection ,
public IMovieSceneEntityProvider
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneSection → UMovieSceneColorSection
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneColorSection
(
const FObjectInitializer& ObjectInitializer |
Sections/MovieSceneColorSection.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlphaCurve | FMovieSceneFloatChannel | Alpha curve data | Sections/MovieSceneColorSection.h | |
| BlueCurve | FMovieSceneFloatChannel | Blue curve data | Sections/MovieSceneColorSection.h | |
| GreenCurve | FMovieSceneFloatChannel | Green curve data | Sections/MovieSceneColorSection.h | |
| RedCurve | FMovieSceneFloatChannel | Red curve data | Sections/MovieSceneColorSection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Access the underlying generation function for the alpha component of this section | Sections/MovieSceneColorSection.h | ||
const FMovieSceneFloatChannel & GetAlphaChannel () |
Sections/MovieSceneColorSection.h | ||
| Access the underlying generation function for the blue component of this section | Sections/MovieSceneColorSection.h | ||
const FMovieSceneFloatChannel & GetBlueChannel () |
Sections/MovieSceneColorSection.h | ||
| Access the underlying generation function for the green component of this section | Sections/MovieSceneColorSection.h | ||
const FMovieSceneFloatChannel & GetGreenChannel () |
Sections/MovieSceneColorSection.h | ||
| Access the underlying generation function for the red component of this section | Sections/MovieSceneColorSection.h | ||
const FMovieSceneFloatChannel & GetRedChannel () |
Sections/MovieSceneColorSection.h |
Protected
Overridden from UMovieSceneSection
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FStructOnScope > GetKeyStruct
(
TArrayView< const FKeyHandle > KeyHandles |
Sections/MovieSceneColorSection.h |