UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LayoutExtender.h File Reference

Go to the source code of this file.

Classes

class  FLayoutExtender
 

Typedefs

typedef TFunction< void(TSharedRef< FTabManager::FArea >)> FAreaExtension
 

Enumerations

enum class  ELayoutExtensionPosition { Before , After , Above , Below }
 

Typedef Documentation

◆ FAreaExtension

Enumeration Type Documentation

◆ ELayoutExtensionPosition

Extension position enumeration

Enumerator
Before 

Extend the layout before the specified element

After 

Extend the layout after the specified element

Above 

Extend the layout above the specified element in the parent splitter

Below 

Extend the layout below the specified element in the parent splitter