FGenericWindow::DrawAttention

Attempts to draw the user's attention to this window in whatever way is appropriate for the platform if this window is not the current active window.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/GenericWindow.h"

Source

/Engine/Source/Runtime/ApplicationCore/Private/GenericPlatform/GenericWindow.cpp

Syntax

virtual void DrawAttention
(
    const FWindowDrawAttentionParameters & Parameters
)

Remarks

Attempts to draw the user's attention to this window in whatever way is appropriate for the platform if this window is not the current active window.

Parameters

Parameter

Description

Parameters

The parameters for drawing attention. Depending on the platform, not all parameters may be supported.

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