FZoomLevelsContainer

Interface for ZoomLevel values Provides mapping for a range of virtual ZoomLevel values to actual node scaling values

Unreal Engine C++ API Reference > Editor > GraphEditor

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h
Include #include "SNodePanel.h"

Syntax

struct FZoomLevelsContainer  

Remarks

Interface for ZoomLevel values Provides mapping for a range of virtual ZoomLevel values to actual node scaling values

Destructors

Type Name Description
  ~FZoomLevelsContainer () Necessary for Mac OS X to compile 'delete ;'.

Functions

Type Name Description
int32 GetDefaultZoomLevel ()  
EGraphRender... GetLOD ( int32 InZoomLevel )  
int32 GetNearestZoomLevel ( float InZoomAmount )  
int32 GetNumZoomLevels ()  
float GetZoomAmount ( int32 InZoomLevel )  
FText GetZoomText ( int32 InZoomLevel )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library