Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindowDefinition.h |
Include |
#include "GenericPlatform/GenericWindowDefinition.h" |
enum EWindowTransparency
{
None,
PerWindow,
PerPixel,
}
Name |
Description |
---|---|
None |
Value indicating that a window does not support transparency |
PerWindow |
Value indicating that a window supports transparency at the window level (one opacity applies to the entire window) |
PerPixel |
Value indicating that a window supports per-pixel alpha blended transparency |
Enumeration to specify different transparency options for SWindows