UEdGraph::SelectNodeSet

Queues up a select operation for a series of nodes in this graph.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraph.h"

Source

/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraph.cpp

Syntax

void SelectNodeSet
(
    TSet< const UEdGraphNode * > NodeSelection,
    bool bFromUI
)

Remarks

Queues up a select operation for a series of nodes in this graph.

Parameters

Parameter

Description

NodeSelection

The group of nodes you want selected

bFromUI

True if the node was added as the result of a direct user action.

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