SNodePanel::ZoomToFit

Zooms out to fit either all nodes or only the selected ones.

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

void ZoomToFit
(
    bool bOnlySelection
)

Remarks

Zooms out to fit either all nodes or only the selected ones.

Parameters

Parameter

Description

bOnlySelection

Whether to zoom to fit around only the current selection (if false, will zoom to the extents of all nodes)

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