FLayoutExtender::ExtendLayout

Extend the layout by defining a tab before or after the specified predicate tab ID

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutExtender.h

Include

#include "Framework/Docking/LayoutExtender.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Docking/LayoutExtender.cpp

Syntax

void ExtendLayout
(
    FTabId PredicateTabId,
    ELayoutExtensionPosition Position,
    FTabManager::FTab TabToAdd
)

Remarks

Extend the layout by defining a tab before or after the specified predicate tab ID

Parameters

Parameter

Description

PredicateTabId

The existing tab to place the extended tab before/after

Position

Whether to place the new tab before or after this tab

TabToAdd

The new tab definition

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