FLayoutExtender::FindTabExtensions

Populate the specified container with the tabs that relate to the specified tab ID

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Docking/LayoutExtender.h"

Syntax

template<typename AllocatorType>
void FindTabExtensions
(
    FTabId TabId,
    ELayoutExtensionPosition Position,
    TArray< FTabManager::FTab, AllocatorType > & OutValues
) const

Remarks

Populate the specified container with the tabs that relate to the specified tab ID

Parameters

Parameter

Description

TabId

The existing tab that may be extended

Position

The position to acquire extensions for (before/after)

OutValues

The container to populate with extended tabs

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