Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphPin
Description
Potentially reverts InPin (and the reroute nodes connected to/from it) to a wildcard if InPin no longer has any upstream or downstream connections that provide a type. In other words, InPin is part of a reroute "island" where the reroute nodes are only connected to other reroute nodes.
| Name | MaybeRevertToWildcard |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphPin.h |
| Include Path | #include "Graph/MovieGraphPin.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphPin.cpp |
void MaybeRevertToWildcard
(
const UMovieGraphPin * InPin
)