SNodePanel::ZoomToTarget

Zooms to the specified target rect

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 ZoomToTarget
(
    const FVector2D & TopLeft,
    const FVector2D & BottomRight
)

Remarks

Zooms to the specified target rect

Parameters

Parameter

Description

TopLeft

The top left corner of the target rect

BottomRight

The bottom right corner of the target rect

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