Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodePanel
Description
Restore the graph panel to the supplied view offset/zoom. Also, optionally set the current bookmark ID.
| Name | RestoreViewSettings |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include Path | #include "SNodePanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp |
void RestoreViewSettings
(
const UE::Slate::FDeprecateVector2DParameter & InViewOffset,
float InZoomAmount,
const FGuid & InBookmarkGuid
)