UEdGraphSchema_K2::DetermineConnectionResponseOfCompatibleTypedPins

Returns the connection response for connecting PinA to PinB, which have already been determined to be compatible types with a compatible direction.

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema_K2::DetermineConnectionResponseOfCompatibleTypedPins()

UAnimationGraphSchema::DetermineConnectionResponseOfCompatibleTypedPins()

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h

Include

#include "EdGraphSchema_K2.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp

Syntax

virtual const FPinConnectionResponse DetermineConnectionResponseOfCompatibleTypedPins
(
    const UEdGraphPin * PinA,
    const UEdGraphPin * PinB,
    const UEdGraphPin * InputPin,
    const UEdGraphPin * OutputPin
) const

Remarks

Returns the connection response for connecting PinA to PinB, which have already been determined to be compatible types with a compatible direction. InputPin and OutputPin are PinA and PinB or vis versa, indicating their direction.

Returns

The message and action to take on trying to make this connection.

Parameters

Parameter

Description

PinA

The pin a.

PinB

The pin b.

InputPin

Either PinA or PinB, depending on which one is the input.

OutputPin

Either PinA or PinB, depending on which one is the output.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss