Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UMovieSceneNameableTrack
- UMovieSceneCameraCutTrack
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneCameraCutTrack.h |
| Include | #include "Tracks/MovieSceneCameraCutTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneCameraCutTrack : public UMovieSceneNameableTrack
Remarks
Handles manipulation of CameraCut properties in a movie scene.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCanBlend |
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneCameraCutSection * | AddNewCameraCut
(
const FMovieSceneObjectBindingID& CameraBindingID, |
Adds a new CameraCut at the specified time. | |
| void | AddSection
(
UMovieSceneSection& Section |
||
| bool | AutoArrangeSectionsIfNeeded
(
UMovieSceneSection& ChangedSection, |
||
| UMovieSceneSection * | |||
| FFrameNumber | FindEndTimeForCameraCut
(
FFrameNumber StartTime |
||
| const TArray< UMovieSceneSection * > & | |||
| FText | |||
| bool | HasSection
(
const UMovieSceneSection& Section |
||
| bool | |||
| bool | IsEmpty () |
||
| EMovieSceneSectionMovedResult | OnSectionMoved
(
UMovieSceneSection& Section, |
||
| void | PreCompileImpl
(
FMovieSceneTrackPreCompileResult& OutPreCompileResult |
||
| void | |||
| void | |||
| void | RemoveSection
(
UMovieSceneSection& Section |
||
| void | RemoveSectionAt
(
int32 SectionIndex |
||
| void | SetIsAutoManagingSections
(
bool bInAutoArrangeSections |
Sets whether camera cut sections should automatically resize to fill gaps | |
| EMovieSceneTrackEasingSupportFlags | SupportsEasing
(
FMovieSceneSupportsEasingParams& Params |
||
| bool | |||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |