UMovieSceneCameraCutSection::GetFirstCamera

Resolve a camera component for this cut section from the specified player and sequence ID

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneCameraCutSection.h

Include

#include "Sections/MovieSceneCameraCutSection.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneCameraCutSection.cpp

Syntax

UCameraComponent * GetFirstCamera
(
    IMovieScenePlayer & Player,
    FMovieSceneSequenceID SequenceID
) const

Remarks

Resolve a camera component for this cut section from the specified player and sequence ID

Returns

A camera component to be used for this cut section, or nullptr if one was not found.

Parameters

Parameter

Description

Player

The sequence player to use to resolve the object binding for this camera

SequenceID

The sequence ID for the specific instance that this section exists within

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