Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
A node which can remove other nodes in the graph.
| Name | UMovieGraphRemoveRenderSettingNode |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphRemoveRenderSettingNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphRemoveRenderSettingNode.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieGraphRemoveRenderSettingNode : public UMovieGraphNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphNode → UMovieGraphRemoveRenderSettingNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieGraphRemoveRenderSettingNode() |
Graph/Nodes/MovieGraphRemoveRenderSettingNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NodeType | TSubclassOf< UMovieGraphSettingNode > | The type of node (exact match) that should be removed. | Graph/Nodes/MovieGraphRemoveRenderSettingNode.h |
|
Functions
Public
Overridden from UMovieGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSlateIcon GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | Graph/Nodes/MovieGraphRemoveRenderSettingNode.h | |
virtual TArray< FMovieGraphPinProperties > GetInputPinProperties() |
Gets the properties for all input pins. | Graph/Nodes/MovieGraphRemoveRenderSettingNode.h | |
virtual FText GetMenuCategory() |
Gets the category that the node belongs under. | Graph/Nodes/MovieGraphRemoveRenderSettingNode.h | |
virtual FText GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | Graph/Nodes/MovieGraphRemoveRenderSettingNode.h | |
virtual FLinearColor GetNodeTitleColor() |
Gets the node's title color, as visible in the graph. | Graph/Nodes/MovieGraphRemoveRenderSettingNode.h | |
virtual TArray< FMovieGraphPinProperties > GetOutputPinProperties() |
Gets the properties for all output pins. | Graph/Nodes/MovieGraphRemoveRenderSettingNode.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Graph/Nodes/MovieGraphRemoveRenderSettingNode.h |