Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodePanel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetBoundsForNode
(
const UObject* InNode, |
Get the bounds of the given node | SNodePanel.h | |
bool GetBoundsForNode
(
const UObject* InNode, |
SNodePanel.h |
GetBoundsForNode(const UObject *, FVector2D &, FVector2D &, float)
Description
Get the bounds of the given node
| Name | GetBoundsForNode |
| 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 GetBoundsForNode
(
const UObject * InNode,
FVector2D & MinCorner,
FVector2D & MaxCorner,
float Padding
) const
True if successful
GetBoundsForNode(const UObject *, FVector2f &, FVector2f &, float)
| Name | GetBoundsForNode |
| 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 GetBoundsForNode
(
const UObject * InNode,
FVector2f & MinCorner,
FVector2f & MaxCorner,
float Padding
) const