SWindow::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

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h

Include

#include "Widgets/SWindow.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp

Syntax

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

Parameters

Parameter

Description

Parameters

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