Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/UOptimusNodePin
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNodePin.h |
| Include | #include "OptimusNodePin.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusNodePin.cpp |
bool CanCannect
(
const UOptimusNodePin * InOtherPin,
FString * OutReason
) const
Remarks
Ask this pin if it allows a connection from the other pin. True if the connection can be made, false otherwise.
Parameters
| Name | Description |
|---|---|
| InOtherPin | The other pin to connect to/from |
| OutReason | An optional string that will contain the reason why the connection cannot be made if this function returns false. |