UMovieSceneCameraCutTrack::AddNewCameraCut

Adds a new CameraCut at the specified time.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneCameraCutTrack.h

Include

#include "Tracks/MovieSceneCameraCutTrack.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneCameraCutTrack.cpp

Syntax

UMovieSceneCameraCutSection * AddNewCameraCut
(
    const FMovieSceneObjectBindingID & CameraBindingID,
    FFrameNumber Time
)

Remarks

Adds a new CameraCut at the specified time.

Returns

The newly created camera cut section

Parameters

Parameter

Description

CameraBindingID

Handle to the camera that the CameraCut switches to when active.

Time

The within this track's movie scene where the CameraCut is initially placed.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss