Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h |
Include |
#include "K2Node.h" |
enum ERedirectType
{
ERedirectType_None,
ERedirectType_Name,
ERedirectType_Value,
}
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 |