Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphDefaultRenderer
Description
Fetches information for the given camera index. First, if InCameraSource is provided with a non-negative camera index, its information is used. Otherwise, it is resolved against default sequence camera or the shot's sidecar camera data.
| Name | GetCameraInfo |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDefaultRenderer.h |
| Include Path | #include "Graph/MovieGraphDefaultRenderer.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphDefaultRenderer.cpp |
UE::MovieGraph::DefaultRenderer::FCameraInfo GetCameraInfo
(
const int32 InCameraIndex,
const FMovieGraphRenderCameraSource * InCameraSource
) const
Parameters
| Name | Remarks |
|---|---|
| InCameraIndex | Pass INDEX_NONE when using default sequence camera. Pass [0..N) for multi-camera rendering (shot's sidecar or custom source). |
| InCameraSource | Optional camera source. If provided but the camera index cannot be resolved, falls back to the default sequence camera. |