Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Tracks
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieSceneCameraCutTrack
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneCameraCutTrack.h |
Include | #include "Tracks/MovieSceneCameraCutTrack.h" |
Syntax
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. |
![]() |
FFrameNumber | FindEndTimeForCameraCut
(
FFrameNumber StartTime |
Overridden from UMovieSceneNameableTrack
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FText |
Overridden from UMovieSceneTrack
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | AddSection
(
UMovieSceneSection& Section |
Add a section to this track. |
![]() ![]() |
UMovieSceneSection * | Generates a new section suitable for use with this track. | |
![]() ![]() ![]() |
const TArray< UMovieSceneSection * > & | Called when all the sections of the track need to be retrieved. | |
![]() ![]() ![]() |
bool | HasSection
(
const UMovieSceneSection& Section |
Checks to see if the section is in this track. |
![]() ![]() ![]() |
bool | IsEmpty () |
|
![]() ![]() |
EMovieSceneSectionMovedResult | OnSectionMoved
(
UMovieSceneSection& Section, |
Called if the section is moved in Sequencer. |
![]() ![]() |
void | PreCompileImpl
(
FMovieSceneTrackPreCompileResult& OutPreCompileResult |
Sub-classes can override this method to perform custom pre-compilation logic. |
![]() ![]() |
void | Removes animation data. | |
![]() ![]() |
void | RemoveSection
(
UMovieSceneSection& Section |
Removes a section from this track. |
![]() ![]() |
void | RemoveSectionAt
(
int32 SectionIndex |
Removes a section from this track at a particular index |
![]() ![]() ![]() |
EMovieSceneTrackEasingSupportFlags | SupportsEasing
(
FMovieSceneSupportsEasingParams& Params |
|
![]() ![]() ![]() |
bool | ||
![]() ![]() ![]() |
bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Does this track support this section class type? |