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

Go to the source code of this file.

Classes

class  STabDrawer
 

Enumerations

enum class  ETabDrawerOpenDirection : uint8 { Left , Right , Bottom }
 

Functions

 DECLARE_DELEGATE_TwoParams (FOnDrawerTargetSizeChanged, TSharedRef< STabDrawer >, float)
 
 DECLARE_DELEGATE_OneParam (FOnDrawerFocusLost, TSharedRef< STabDrawer >)
 
 DECLARE_DELEGATE_OneParam (FOnDrawerClosed, TSharedRef< STabDrawer >)
 

Enumeration Type Documentation

◆ ETabDrawerOpenDirection

The direction that a tab drawer opens relative to the location of the sidebar it is in

Enumerator
Left 

Open from the left to the right

Right 

Open from the right to the left

Bottom 

Open from the top to the bottom

Function Documentation

◆ DECLARE_DELEGATE_OneParam() [1/2]

DECLARE_DELEGATE_OneParam ( FOnDrawerClosed  ,
TSharedRef< STabDrawer  
)

◆ DECLARE_DELEGATE_OneParam() [2/2]

DECLARE_DELEGATE_OneParam ( FOnDrawerFocusLost  ,
TSharedRef< STabDrawer  
)

◆ DECLARE_DELEGATE_TwoParams()

DECLARE_DELEGATE_TwoParams ( FOnDrawerTargetSizeChanged  ,
TSharedRef< STabDrawer ,
float   
)