Navigation
Unreal Engine C++ API Reference > Developer > DesktopPlatform
References
Module | DesktopPlatform |
Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
Include | #include "IDesktopPlatform.h" |
Syntax
class FScopedSystemModalMode
Remarks
When constructed leaves system wide modal mode (all windows disabled except for the OS modal window) When destructed leaves this mode
Constructors
Type | Name | Description |
---|---|---|
FScopedSystemModalMode () |
Destructors
Type | Name | Description |
---|---|---|
~FScopedSystemModalMode () |