Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodePanel
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include | #include "SNodePanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp |
static void ApplyMarqueeSelection
&40;
const FMarqueeOperation & InMarquee,
const FGraphPanelSelectionSet & CurrentSelection,
TSet< TObjectPtr< UObject >> & OutNewSelection
&41;
Remarks
Apply the marquee operation to the current selection
Parameters
| Name | Description |
|---|---|
| InMarquee | The marquee operation to apply. |
| CurrentSelection | The selection before the marquee operation. |
| OutNewSelection | The selection resulting from Marquee being applied to CurrentSelection. |