Navigation
API > API/Editor > API/Editor/GraphEditor
Interface for ZoomLevel values Provides mapping for a range of virtual ZoomLevel values to actual node scaling values
| Name | FZoomLevelsContainer |
| Type | struct |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include Path | #include "SNodePanel.h" |
Syntax
struct FZoomLevelsContainer
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FZoomLevelsContainer() |
Necessary for Mac OS X to compile 'delete |
SNodePanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetDefaultZoomLevel() |
SNodePanel.h | ||
EGraphRenderingLOD::Type GetLOD
(
int32 InZoomLevel |
SNodePanel.h | ||
int32 GetNearestZoomLevel
(
float InZoomAmount |
SNodePanel.h | ||
int32 GetNumZoomLevels() |
SNodePanel.h | ||
float GetZoomAmount
(
int32 InZoomLevel |
SNodePanel.h | ||
virtual EGraphZoomLimitHandling GetZoomLimitHandling() |
SNodePanel.h | ||
FText GetZoomText
(
int32 InZoomLevel |
SNodePanel.h |