Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/UOptimusNodeGraph
Description
Returns the graph view location and zoom, if set. If the location has never been set, this function returns false and the resulting out values are left undefined.
| Name | GetViewLocationAndZoom |
| Type | function |
| Header File | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNodeGraph.h |
| Include Path | #include "OptimusNodeGraph.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusNodeGraph.cpp |
bool GetViewLocationAndZoom
(
FVector2D & OutViewLocation,
float & OutViewZoom
) const