FZoomLevelsContainer

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

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~FZoomLevelsContainer()

Necessary for Mac OS X to compile 'delete ;'.

Functions

Name Description

Public function Const

int32

 

GetDefaultZoomLevel()

Public function Const

EGraphRender...

 

GetLOD

(
    int32 InZoomLevel
)

Public function Const

int32

 

GetNearestZoomLevel

(
    float InZoomAmount
)

Public function Const

int32

 

GetNumZoomLevels()

Public function Const

float

 

GetZoomAmount

(
    int32 InZoomLevel
)

Public function Const

FText

 

GetZoomText

(
    int32 InZoomLevel
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss