Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2
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 |
virtual bool ArePinTypesEquivalent ( const [FEdGraphPinType](API\Runtime\Engine\EdGraph\FEdGraphPinType) & PinA, const [FEdGraphPinType](API\Runtime\Engine\EdGraph\FEdGraphPinType) & PinB ) const
Remarks
Returns true if the types are schema Equivalent. true if the pin types and directions are compatible.
Parameters
Name | Description |
---|---|
PinA | The type of Pin A. |
PinB | The type of Pin B. |