Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineRenderPasses > API/Plugins/MovieRenderPipelineRenderPasses/UMovieGraphDeferredRenderPassNod-
Information identifying a registered pass instance factory.
| Name | FNamedPassFactory |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineRenderPasses/Public/Graph/Nodes/MovieGraphDeferredPassNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphDeferredPassNode.h" |
Syntax
struct FNamedPassFactory
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Factory | FPassInstanceFactory | The function that will create the pass instance factory. | Graph/Nodes/MovieGraphDeferredPassNode.h | |
| Name | FName | The name of the pass instance factory. | Graph/Nodes/MovieGraphDeferredPassNode.h |