EWindowActivationPolicy

Enumeration to specify whether the window gets activated upon showing it

Choose your operating system:

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