Navigation
API > API/Runtime > API/Runtime/ApplicationCore
Enumeration to specify whether the window gets activated upon showing it
| Name | EWindowActivationPolicy |
| Type | enum |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindowDefinition.h |
| Include Path | #include "GenericPlatform/GenericWindowDefinition.h" |
Syntax
enum EWindowActivationPolicy
{
Never,
Always,
FirstShown,
}
Values
| Name | Remarks |
|---|---|
| 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 |