SNodePanel::ZoomToTarget

Zooms to the specified target rect

Unreal Engine C++ API Reference > 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
void ZoomToTarget
(
    const FVector2D & TopLeft,
    const FVector2D & BottomRight
)

Remarks

Zooms to the specified target rect

Parameters

Name Description
TopLeft The top left corner of the target rect
BottomRight The bottom right corner of the target rect

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library