Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphDefaultRenderer
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDefaultRenderer.h |
| Include | #include "Graph/MovieGraphDefaultRenderer.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphDefaultRenderer.cpp |
void GetCameraLocationsForFrame
(
TArray < FVector > & OutLocations,
UMoviePipelineExecutorShot * InShot,
bool bIncludeSidecar
) const
Remarks
Gets the camera locations for the current frame to inform the grass system of where streaming is required. If bIncludeSidecar is false, only the primary camera location is considered, otherwise it'll provide all the camera locations for multi-camera streaming (which can increase resource requirements).