FGlobalTabmanager::UpdateMainMenu

Update the native, global menu bar if it is being used for a specific tab managed by the global tab manager.

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Docking/TabManager.h"

Source

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

Syntax

void UpdateMainMenu
(
    const TSharedRef< SDockTab > & ForTab,
    bool const bForce
)

Remarks

Update the native, global menu bar if it is being used for a specific tab managed by the global tab manager.

Parameters

Parameter

Description

ForTab

The tab to update the main menu.

bForce

Used to force an update even if the parent window doesn't contain the widget with keyboard focus.

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