Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SGraphEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetViewLocation
(
FVector2D& OutLocation, |
Gets the view location of the graph | GraphEditor.h | |
virtual void GetViewLocation
(
FVector2f& OutLocation, |
GraphEditor.h |
GetViewLocation(FVector2D &, float &)
Description
Gets the view location of the graph
| Name | GetViewLocation |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/GraphEditor.h |
| Include Path | #include "GraphEditor.h" |
virtual void GetViewLocation
(
FVector2D & OutLocation,
float & OutZoomAmount
)
Parameters
| Name | Remarks |
|---|---|
| OutLocation | Will have the current view location |
| OutZoomAmount | Will have the current zoom amount |
GetViewLocation(FVector2f &, float &)
| Name | GetViewLocation |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/GraphEditor.h |
| Include Path | #include "GraphEditor.h" |
virtual void GetViewLocation
(
FVector2f & OutLocation,
float & OutZoomAmount
)