EWindowActivationPolicy

Enumeration to specify whether the window gets activated upon showing it

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindowDefinition.h

Include

#include "GenericPlatform/GenericWindowDefinition.h"

Syntax

enum EWindowActivationPolicy
{
    Never,
    Always,
    FirstShown,
}

Values

Name

Description

Never

Value indicating that a window never activates when it is shown

Always

Value indicating that a window always activates when it is shown

FirstShown

Value indicating that a window only activates when it is first shown

Remarks

Enumeration to specify whether the window gets activated upon showing it

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