Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodePanel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetZoomTargetRect
(
FVector2D& TopLeft, |
When a panel is scrolling/zooming to a target, this can be called to get it's destination | SNodePanel.h | |
bool GetZoomTargetRect
(
FVector2f& TopLeft, |
SNodePanel.h |
GetZoomTargetRect(FVector2D &, FVector2D &)
Description
When a panel is scrolling/zooming to a target, this can be called to get it's destination
| Name | GetZoomTargetRect |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include Path | #include "SNodePanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp |
bool GetZoomTargetRect
(
FVector2D & TopLeft,
FVector2D & BottomRight
) const
true if there's a scrolling/zooming target and false if there is no destination
Parameters
| Name | Remarks |
|---|---|
| TopLeft | top left corner of the destination |
| BottomRight | bottom right corner of the destination |
GetZoomTargetRect(FVector2f &, FVector2f &)
| Name | GetZoomTargetRect |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include Path | #include "SNodePanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp |
bool GetZoomTargetRect
(
FVector2f & TopLeft,
FVector2f & BottomRight
) const