IMovieScenePlayer::UpdateCameraCut

Updates the perspective viewports with the actor to view through

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/IMovieScenePlayer.h

Include

#include "IMovieScenePlayer.h"

Syntax

void UpdateCameraCut
(
    UObject * CameraObject,
    UObject * UnlockIfCameraObject,
    bool bJumpCut
)

Remarks

Updates the perspective viewports with the actor to view through

Parameters

Parameter

Description

CameraObject

The object, probably a camera, that the viewports should lock to

UnlockIfCameraObject

If this is not nullptr, release actor lock only if currently locked to this object.

bJumpCut

Whether this is a jump cut, ie. the cut jumps from one shot to another shot

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