ERedirectType

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss