Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPanel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetBoundsForNode
(
const UObject* InNode, |
Attempt to retrieve the bounds for the specified node | SGraphPanel.h | |
bool GetBoundsForNode
(
const UObject* InNode, |
SGraphPanel.h |
GetBoundsForNode(const UObject *, FVector2D &, FVector2D &, float)
Description
Attempt to retrieve the bounds for the specified node
| Name | GetBoundsForNode |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
| Include Path | #include "SGraphPanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp |
bool GetBoundsForNode
(
const UObject * InNode,
FVector2D & MinCorner,
FVector2D & MaxCorner,
float Padding
) const
GetBoundsForNode(const UObject *, FVector2f &, FVector2f &, float)
| Name | GetBoundsForNode |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
| Include Path | #include "SGraphPanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp |
bool GetBoundsForNode
(
const UObject * InNode,
FVector2f & MinCorner,
FVector2f & MaxCorner,
float Padding
) const