EWindowDrawAttentionRequestType

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/GenericWindow.h"

Syntax

enum EWindowDrawAttentionRequestType
{
    UntilActivated,
    Stop,
}

Values

Name

Description

UntilActivated

Indicates that the attention-drawing behavior continues until the application or window is activated.

Stop

Indicates that the attention-drawing behavior, if any, should stop.

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