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