Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | EGraphZoomLimitHandling |
| Type | enum |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include Path | #include "SNodePanel.h" |
Syntax
enum EGraphZoomLimitHandling
{
Default,
AllowLimitBreak,
DisallowLimitBreak,
}
Values
| Name | Remarks |
|---|---|
| Default | By default, hold down Ctrl to break past the zoom limit. |
| AllowLimitBreak | Always allow breaking through the zoom limit. |
| DisallowLimitBreak | Never allow breaking through the zoom limit. |