UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MultiBoxConstants Namespace Reference

Variables

const float SubMenuOpenTime = 0.0f
 
const float SubMenuClobberTime = 0.5f
 
const float SubMenuClobberMinLifetime = 0.5f
 
const float EditableTextMinWidth = 30.0f
 

Variable Documentation

◆ EditableTextMinWidth

const float MultiBoxConstants::EditableTextMinWidth = 30.0f
inline

Minimum widget of an editable text box within a multi-box

◆ SubMenuClobberMinLifetime

const float MultiBoxConstants::SubMenuClobberMinLifetime = 0.5f
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

◆ SubMenuClobberTime

const float MultiBoxConstants::SubMenuClobberTime = 0.5f
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

◆ SubMenuOpenTime

const float MultiBoxConstants::SubMenuOpenTime = 0.0f
inline

The time that a mouse should be hovered over a sub-menu before it automatically opens