Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Sections > UMovieSceneCameraCutSection
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 |
UCameraComponent &42; GetFirstCamera
&40;
IMovieScenePlayer & Player,
FMovieSceneSequenceID SequenceID
&41; const
Remarks
Resolve a camera component for this cut section from the specified player and sequence ID A camera component to be used for this cut section, or nullptr if one was not found.
Parameters
Name | 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 |