Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodePanel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetZoomLevelsContainer () |
Sets the zoom levels container. | SNodePanel.h | |
void SetZoomLevelsContainer
(
const TSharedPtr< FZoomLevelsContainer >& InZoomLevels |
SNodePanel.h |
SetZoomLevelsContainer()
Description
Sets the zoom levels container.
| Name | SetZoomLevelsContainer |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include Path | #include "SNodePanel.h" |
template<typename T>
void SetZoomLevelsContainer()
SetZoomLevelsContainer(const TSharedPtr< FZoomLevelsContainer > &)
| Name | SetZoomLevelsContainer |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include Path | #include "SNodePanel.h" |
void SetZoomLevelsContainer
(
const TSharedPtr< FZoomLevelsContainer > & InZoomLevels
)