Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphNodeResizable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual SGraphNodeResizable::EResizableWindowZone FindMouseZone
(
const FVector2D& LocalMouseCoordinates |
Find the current window zone the mouse is in | SGraphNodeResizable.h | |
virtual SGraphNodeResizable::EResizableWindowZone FindMouseZone
(
const FVector2f& LocalMouseCoordinates |
SGraphNodeResizable.h |
FindMouseZone(const FVector2D &)
Description
Find the current window zone the mouse is in
| Name | FindMouseZone |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphNodeResizable.h |
| Include Path | #include "SGraphNodeResizable.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphNodeResizable.cpp |
virtual SGraphNodeResizable::EResizableWindowZone FindMouseZone
(
const FVector2D & LocalMouseCoordinates
) const
FindMouseZone(const FVector2f &)
| Name | FindMouseZone |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphNodeResizable.h |
| Include Path | #include "SGraphNodeResizable.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphNodeResizable.cpp |
virtual SGraphNodeResizable::EResizableWindowZone FindMouseZone
(
const FVector2f & LocalMouseCoordinates
) const