Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphRenderPassNode
- UMovieGraphBurnInNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphBurnInNode.h |
| Include | #include "Graph/Nodes/MovieGraphBurnInNode.h" |
Syntax
UCLASS&40;&41;
class UMovieGraphBurnInNode : public UMovieGraphRenderPassNode
Remarks
A node which generates a widget burn-in, rendered to a standalone image or composited on top of a render layer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCompositeOntoFinalImage | If true, the burn-in image will be composited into the final image pass. | |
| uint8: 1 | bOverride_bCompositeOntoFinalImage | ||
| uint8: 1 | bOverride_BurnInClass | ||
| FSoftClassPath | BurnInClass | The widget that the burn-in should use. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMovieGraphBurnInWidget > | GetOrCreateBurnInWidget
(
UClass* WidgetClass, |
Gets an existing widget instance of type WidgetClass if one has been created. | |
| TSharedPtr< SVirtualWindow > | GetOrCreateVirtualWindow
(
const FIntPoint& InResolution |
Gets an existing virtual window with the specified resolution, or creates a new one if one does not exist yet. |
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 | |
|---|---|---|---|
| FMovieGraphBurnInPass | A render pass for a specific render layer, generated by the UMovieGraphBurnInNode CDO. |
Constants
| Name | Description |
|---|---|
| RendererName |