Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneCameraCutTrack.h |
Include |
#include "Tracks/MovieSceneCameraCutTrack.h" |
class UMovieSceneCameraCutTrack : public UMovieSceneNameableTrack
Handles manipulation of CameraCut properties in a movie scene.
Name | Description | ||
---|---|---|---|
|
bCanBlend |
No constructors are accessible with public or protected access.
Name | Description | ||
---|---|---|---|
|
UMovieSceneC... |
AddNewCameraCut ( |
Adds a new CameraCut at the specified time. |
|
FindEndTimeForCameraCut ( |
Name | Description | ||
---|---|---|---|
|
GetDefaultDisplayName() |
Name | Description | ||
---|---|---|---|
|
AddSection ( |
Add a section to this track. |
|
|
UMovieSceneS... |
CreateNewSection() |
Generates a new section suitable for use with this track. |
|
const TArray... |
GetAllSections() |
Called when all the sections of the track need to be retrieved. |
|
HasSection ( |
Checks to see if the section is in this track. |
|
|
IsEmpty() |
||
|
EMovieSceneS... |
OnSectionMoved ( |
Called if the section is moved in Sequencer. |
|
PreCompileImpl ( |
Sub-classes can override this method to perform custom pre-compilation logic. |
|
|
RemoveAllAnimationData() |
Removes animation data. |
|
|
RemoveSection ( |
Removes a section from this track. |
|
|
RemoveSectionAt ( |
Removes a section from this track at a particular index |
|
|
EMovieSceneT... |
SupportsEasing ( |
|
|
SupportsMultipleRows() |
||
|
SupportsType ( |
Does this track support this section class type? |