Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphPin
Description
Determines if this pin's direction is compatible with another pin's direction. One needs to be an input, and the other an output.
| Name | IsPinDirectionCompatibleWith |
| 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 |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
bool IsPinDirectionCompatibleWith
(
const UMovieGraphPin * OtherPin
) const