Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
A node which is effectively a no-op/passthrough. Allows a connection to be routed untouched through this node to organize the graph.
| Name | UMovieGraphRerouteNode |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphRerouteNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphRerouteNode.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieGraphRerouteNode : public UMovieGraphSettingNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphNode → UMovieGraphSettingNode → UMovieGraphRerouteNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieGraphRerouteNode() |
Graph/Nodes/MovieGraphRerouteNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InputOutputProperties | FMovieGraphPinProperties | Pin properties that are shared with both the input and output pins. | Graph/Nodes/MovieGraphRerouteNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieGraphPin * GetPassThroughPin
(
const UMovieGraphPin* InFromPin |
Gets the pin opposite to the specified InFromPin. | Graph/Nodes/MovieGraphRerouteNode.h | |
| Sets the pin properties for this reroute node. | Graph/Nodes/MovieGraphRerouteNode.h |
|
|
void SetPinProperties
(
const FMovieGraphPinProperties& InPinProperties |
Sets the pin properties for this reroute node (both the input and output pin have the same properties). | Graph/Nodes/MovieGraphRerouteNode.h |
|
Overridden from UMovieGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeDisabled() |
Determines if this node can be disabled. | Graph/Nodes/MovieGraphRerouteNode.h | |
virtual TArray< FMovieGraphPinProperties > GetInputPinProperties() |
Gets the properties for all input pins. | Graph/Nodes/MovieGraphRerouteNode.h | |
virtual FText GetMenuCategory() |
Gets the category that the node belongs under. | Graph/Nodes/MovieGraphRerouteNode.h | |
virtual FText GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | Graph/Nodes/MovieGraphRerouteNode.h | |
virtual TArray< FMovieGraphPinProperties > GetOutputPinProperties() |
Gets the properties for all output pins. | Graph/Nodes/MovieGraphRerouteNode.h |