Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UMovieGraphWidgetRendererBaseNode
- UMovieGraphUIRendererNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphUIRendererNode.h |
| Include | #include "Graph/Nodes/MovieGraphUIRendererNode.h" |
Syntax
UCLASS ()
class UMovieGraphUIRendererNode : public UMovieGraphWidgetRendererBaseNode
Remarks
A node which renders the viewport's UMG widget to a standalone image, or composited on top of a render layer.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FMovieGraphWidgetPass > | GeneratePass () |
Generate a new pass that the widget renderer will use. | |
| 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. | ||
| FString |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FMovieGraphUIPass | A UI pass for a specific render layer. |
Constants
| Name | Description |
|---|---|
| RendererName |