Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- UMovieSceneSection
- IMovieSceneEntityProvider
- UMovieSceneCameraCutSection
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneCameraCutSection.h |
Include | #include "Sections/MovieSceneCameraCutSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneCameraCutSection :
public UMovieSceneSection,
public IMovieSceneEntityProvider
Remarks
Movie CameraCuts are sections on the CameraCuts track, that show what the viewer "sees"
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | bLockPreviousCamera | When blending, lock the previous camera (camera cut or gameplay camera). |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieSceneCameraCutSection
(
const FObjectInitializer& Init |
Constructs a new camera cut section |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Computes the transform of the bound camera at the section's start time. | |
![]() ![]() ![]() ![]() |
const FMovieSceneObjectBindingID & | Gets the camera binding for this CameraCut section | |
![]() ![]() |
UCameraComponent * | GetFirstCamera
(
IMovieScenePlayer& Player, |
Resolve a camera component for this cut section from the specified player and sequence ID |
![]() ![]() |
void | GetReferencedBindings
(
TArray< FGuid >& OutBindings |
|
![]() ![]() |
float | ||
![]() ![]() |
void | OnBindingIDsUpdated
(
const TMap< UE::MovieScene::FFixedObjectBindingID, UE::MovieScene::FFixedObjectBindingID >& OldFixe..., |
|
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
|
![]() ![]() |
void | PostLoad () |
~UObject interface |
![]() ![]() ![]() |
void | SetCameraBindingID
(
const FMovieSceneObjectBindingID& InCameraBindingID |
Sets the camera binding for this CameraCut section |
![]() |
void | SetCameraGuid
(
const FGuid& InGuid |
Sets the camera binding for this CameraCut section. Evaluates from the sequence binding ID |
![]() |
void | SetThumbnailReferenceOffset
(
float InNewOffset |
Set the thumbnail reference offset |