SDockTabStack

A node in the Docking/Tabbing hierarchy.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTabStack.h

Include

#include "Widgets/Docking/SDockTabStack.h"

Syntax

class SDockTabStack

Remarks

A node in the Docking/Tabbing hierarchy. A DockTabStack shows a row of tabs and the content of one selected tab. It also supports re-arranging tabs and dragging them out for the stack.

Functions

Name Description

Public function

void

 

AddTab

(
    const TSharedRef< SDockableTab >& ...,
    int32 AtLocation
)

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Classes

Name

Description

Public struct

FArguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss