Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphEdge
Description
Gets the pin on the other side of the edge. If bFollowRerouteConnections is true, reroute nodes will be passthrough, and this method will continue traversing edges until a pin on a non-reroute node is found.
| Name | GetOtherPin |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphEdge.h |
| Include Path | #include "Graph/MovieGraphEdge.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphEdge.cpp |
UMovieGraphPin * GetOtherPin
(
const UMovieGraphPin * InFirstPin,
const bool bFollowRerouteConnections
)