UEdGraphSchema::ArePinTypesEquivalent

Returns true if the types are schema Equivalent.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::ArePinTypesEquivalent()

UEdGraphSchema_K2::ArePinTypesEquivalent()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual bool ArePinTypesEquivalent
(
    const FEdGraphPinType & PinA,
    const FEdGraphPinType & PinB
) const

Remarks

Returns true if the types are schema Equivalent.

Returns

true if the pin types and directions are compatible.

Parameters

Parameter

Description

PinA

The type of Pin A.

PinB

The type of Pin B.