Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimationGraphSchema
- UEdGraphSchema_K2::DetermineConnectionResponseOfCompatibleTypedPins()
- UAnimationGraphSchema::DetermineConnectionResponseOfCompatibleTypedPins()
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimationGraphSchema.h |
| Include | #include "AnimationGraphSchema.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimationGraphSchema.cpp |
virtual const FPinConnectionResponse DetermineConnectionResponseOfCompatibleTypedPins
&40;
const UEdGraphPin &42; PinA,
const UEdGraphPin &42; PinB,
const UEdGraphPin &42; InputPin,
const UEdGraphPin &42; OutputPin
&41; 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. The message and action to take on trying to make this connection.
Parameters
| Name | 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. |