Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodePanel > API/Editor/GraphEditor/SNodePanel/SNode
References
| |
|
| Module |
GraphEditor |
| Header |
/Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include |
#include "SNodePanel.h" |
virtual void MoveTo
(
const FVector2D & NewPosition,
FNodeSet & NodeFilter,
bool bMarkDirty
)
Parameters
| Name |
Description |
| NewPosition |
The Node should be relocated to this position in the graph panel |
| NodeFilter |
Set of nodes to prevent movement on, after moving successfully a node is added to this set. |
| bMarkDirty |
If we should mark nodes as dirty on move |