Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphRenderPassNode
- UMovieGraphDeferredRenderPassNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphDeferredRenderPassNode.h |
| Include | #include "Graph/Nodes/MovieGraphDeferredRenderPassNode.h" |
Syntax
UCLASS&40;&41;
class UMovieGraphDeferredRenderPassNode : public UMovieGraphRenderPassNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TUniquePtr< FMovieGraphDeferredRenderPass > > | CurrentInstances |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
UObject* InThis, |
Overridden from UMovieGraphRenderPassNode
| Type | Name | Description | |
|---|---|---|---|
| void | GatherOutputPassesImpl
(
TArray< FMovieGraphRenderDataIdentifier >& OutExpectedPasses |
||
| FString | |||
| void | RenderImpl
(
const FMovieGraphTraversalContext& InFrameTraversalContext, |
||
| void | SetupImpl
(
const FMovieGraphRenderPassSetupData& InSetupData |
||
| void | TeardownImpl () |
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | |
| FText | GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | |
| FLinearColor | Gets the node's title color, as visible in the graph. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FMovieGraphDeferredRenderPass | |||
| FViewFamilyContextInitData |