![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Variables | |
| const float | SubMenuOpenTime = 0.0f |
| const float | SubMenuClobberTime = 0.5f |
| const float | SubMenuClobberMinLifetime = 0.5f |
| const float | EditableTextMinWidth = 30.0f |
|
inline |
Minimum widget of an editable text box within a multi-box
|
inline |
The time that a sub-menu needs to remain open in order for the SubMenuClobberTime to apply; menus open shorter than this min lifetime will be instantly dismissed
|
inline |
When a sub-menu is already open (for at least SubMenuClobberMinLifetime), the time that a mouse should be hovered over another sub-menu entry before dismissing the first menu and opening the new one; this doesn't apply to short-lived sub-menus, see below
|
inline |
The time that a mouse should be hovered over a sub-menu before it automatically opens