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

Enumerations

enum  Type { FixedPosition , FixedSize , Fill }
 

Enumeration Type Documentation

◆ Type

Enumerator
FixedPosition 

Resize the selected slot. If space is needed, then resize the next resizable slot.

FixedSize 

Resize the selected slot. If space is needed, then resize the last resizable slot.

Fill 

Resize the selected slot by redistributing the available space with the following resizable slots.