Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- UMovieSceneSection
- IMovieSceneEntityProvider
- UMovieSceneRotatorSection
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneRotatorSection.h |
| Include | #include "Sections/MovieSceneRotatorSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneRotatorSection :
public UMovieSceneSection,
public IMovieSceneEntityProvider
Remarks
Movie scene section that animates each component (X, Y, Z) of an FRotator property
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneRotatorSection
(
const FObjectInitializer& InObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMovieSceneDoubleChannel & | GetChannel
(
int32 InIndex |
||
| const FMovieSceneDoubleChannel & | GetChannelX () |
Get the Roll channel | |
| const FMovieSceneDoubleChannel & | GetChannelY () |
Get the Pitch channel | |
| const FMovieSceneDoubleChannel & | GetChannelZ () |
Get the Yaw channel | |
| void | ImportEntityImpl
(
UMovieSceneEntitySystemLinker* InEntityLinker, |
||
| bool | PopulateEvaluationFieldImpl
(
const TRange< FFrameNumber >& InEffectiveRange, |
Constants
| Name | Description |
|---|---|
| PitchChannelIndex | |
| RollChannelIndex | |
| YawChannelIndex |