Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/URigVMPin
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMPin.h |
| Include | #include "RigVMModel/RigVMPin.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMPin.cpp |
static bool CanLink
(
const URigVMPin * InSourcePin,
const URigVMPin * InTargetPin,
FString * OutFailureReason,
const FRigVMByteCode * InByteCode,
ERigVMPinDirection InUserLinkDirection,
bool bInAllowWildcard,
bool bEnableTypeCasting
)
Remarks
Returns true is the two provided source and target Pins can be linked to one another.