Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::ArePinTypesEquivalent()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
virtual bool ArePinTypesEquivalent
(
const FEdGraphPinType & PinA,
const FEdGraphPinType & PinB
) const
Returns true if the types are schema Equivalent.
true if the pin types and directions are compatible.
Parameter |
Description |
---|---|
PinA |
The type of Pin A. |
PinB |
The type of Pin B. |