FOnWindowAction

Delegate for when window action occurs (ClickedNonClientArea, Maximize, Restore, WindowMenu).

Windows
MacOS
Linux

Type

typedef TBaseDelegate_TwoParams< bool, const TSharedRef< FGenericWindow > &, EWindowAction::Type > FOnWindowAction

References

Module

Slate

Header

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

Include

#include "Framework/Application/SlateApplication.h"

Remarks

Delegate for when window action occurs (ClickedNonClientArea, Maximize, Restore, WindowMenu). Return true if the OS layer should stop processing the action.

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