UEdGraphSchema::CategorizePinsByDirection

Categorizes two pins into an input pin and an output pin. Returns true if successful or false if they don't make sense as such (two inputs or two outputs)

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

template<typename PinType>
static bool CategorizePinsByDirection
(
    PinType * PinA,
    PinType * PinB,
    PinType *& InputPin,
    PinType *& OutputPin
)

Remarks

Categorizes two pins into an input pin and an output pin. Returns true if successful or false if they don't make sense as such (two inputs or two outputs)