FMenuStack::OnWindowActivated

Notifies the stack that a new window was activated.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/MenuStack.h

Include

#include "Framework/Application/MenuStack.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Application/MenuStack.cpp

Syntax

void OnWindowActivated
(
    TSharedRef< SWindow > ActivatedWindow
)

Remarks

Notifies the stack that a new window was activated. The menu stack will be dismissed if the activated window is not a menu in the stack

Parameters

Parameter

Description

ActivatedWindow

The window that was just activated

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