Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Base node containing common logic for nodes that render widgets.
| |
|
| Name |
UMovieGraphWidgetRendererBaseNode |
| Type |
class |
| Header File |
/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphWidgetRendererBaseNode.h |
| Include Path |
#include "Graph/Nodes/MovieGraphWidgetRendererBaseNode.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UMovieGraphWidgetRendererBaseNode : public UMovieGraphRenderPassNode
Inheritance Hierarchy
Derived Classes
Structs
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bCompositeOntoFinalImage |
bool |
If true, the pass will be composited onto each render. Does not apply to multi-layer EXR files. |
Graph/Nodes/MovieGraphWidgetRendererBaseNode.h |
- EditAnywhere
- BlueprintReadWrite
- Meta=(EditCondition="bOverride_bCompositeOntoFinalImage")
- Category="Widget Settings"
|
| bOverride_bCompositeOntoFinalImage |
uint8 |
|
Graph/Nodes/MovieGraphWidgetRendererBaseNode.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Overrides
- Meta=(InlineEditConditionToggle)
|
Protected
Functions