SNodePanel::ApplyMarqueeSelection

Apply the marquee operation to the current selection

Windows
MacOS
Linux

References

Module

GraphEditor

Header

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

Include

#include "SNodePanel.h"

Source

/Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp

Syntax

static void ApplyMarqueeSelection
(
    const FMarqueeOperation & InMarquee,
    const FGraphPanelSelectionSet & CurrentSelection,
    FGraphPanelSelectionSet & OutNewSelection
)

Remarks

Apply the marquee operation to the current selection

Parameters

Parameter

Description

InMarquee

The marquee operation to apply.

CurrentSelection

The selection before the marquee operation.

OutNewSelection

The selection resulting from Marquee being applied to CurrentSelection.

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