Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphRenderPassNode
Description
Create a new camera source for this render node instance, or nullptr if this node uses default sequence cameras. Called on non-CDO instances.
| Name | CreateRenderCameraSource |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphRenderPassNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphRenderPassNode.h" |
TSharedPtr < FMovieGraphRenderCameraSource > CreateRenderCameraSource
(
const UMovieGraphPipeline * InPipeline,
const UMovieGraphEvaluatedConfig * EvaluatedConfig
)