UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Slate::PrioritizedWrapBox Namespace Reference

Classes

class  FChildArranger
 

Enumerations

enum class  EWrapMode : uint8 { Preferred = 0 , Parent = 1 }
 
enum class  EVerticalOverflowBehavior : uint8 { Clip = 0 , ExpandProportional = 1 , Default = Clip }
 

Functions

uint32 GetTypeHash (const SPrioritizedWrapBox::FSlot &InSlot)
 

Detailed Description

Types specific to SlimWrappingToolBar (and it's variants).

Enumeration Type Documentation

◆ EVerticalOverflowBehavior

The behavior when a slot's desired height exceeds the allotted/available size (including MaxLineHeight when specified) By default this Clips.

Enumerator
Clip 
ExpandProportional 
Default 

◆ EWrapMode

Enumerator
Preferred 
Parent 

Function Documentation

◆ GetTypeHash()

uint32 UE::Slate::PrioritizedWrapBox::GetTypeHash ( const SPrioritizedWrapBox::FSlot InSlot)