Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGPin
Description
Query the data type registry to check if this pin is compatible with the other pin. Can also provide an optional text to have custom compatibility messages.
| Name | GetCompatibilityWithOtherPin |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGPin.h |
| Include Path | #include "PCGPin.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGPin.cpp |
EPCGDataTypeCompatibilityResult GetCompatibilityWithOtherPin
(
const UPCGPin * OtherPin,
FText * OptionalOutCompatibilityMessage
) const