Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindowDefinition.h |
Include |
#include "GenericPlatform/GenericWindowDefinition.h" |
enum EWindowActivationPolicy
{
Never,
Always,
FirstShown,
}
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 |
Enumeration to specify whether the window gets activated upon showing it