Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > GenericPlatform > FGenericWindow
- FGenericWindow::DrawAttention()
- FNullWindow::DrawAttention()
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 |
virtual void DrawAttention
&40;
const FWindowDrawAttentionParameters & Parameters
&41;
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
Name | Description |
---|---|
Parameters | The parameters for drawing attention. Depending on the platform, not all parameters may be supported. |