ERedirectType

Choose your operating system:

Windows

macOS

Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h

Include

#include "K2Node.h"

Syntax

enum ERedirectType
{
    ERedirectType_None,
    ERedirectType_Name,
    ERedirectType_Value,
}

Values

Name

Description

ERedirectType_None

The pins do not match

ERedirectType_Name

The pins match by name or redirect and have the same type (or we're ok with the mismatched type)

ERedirectType_Value

The pins match via a redirect and the value needs to also be redirected