AddNodeBehavior

Flag to control AddNode, more readable than a bool:

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h

Include

#include "SGraphPanel.h"

Syntax

enum AddNodeBehavior
{
    CheckUserAddedNodesList,
    WasUserAdded,
    NotUserAdded,
}

Values

Name

Description

CheckUserAddedNodesList

WasUserAdded

NotUserAdded

Remarks

Flag to control AddNode, more readable than a bool:

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