Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphRerouteNode
Description
Sets the pin properties for this reroute node (both the input and output pin have the same properties). This generally should not be called unless you know what you're doing; normal connection/disconnection should handle setting the properties correctly.
| Name | SetPinProperties |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphRerouteNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphRerouteNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphRerouteNode.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
void SetPinProperties
(
const FMovieGraphPinProperties & InPinProperties
)