Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphPin
Description
Determines if the connection between this pin and OtherPin follows branch restriction rules. OutError is populated with an error if the connection should be rejected and the function will return false.
| Name | IsConnectionToBranchAllowed |
| 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 IsConnectionToBranchAllowed
(
const UMovieGraphPin * OtherPin,
FText & OutError
) const