Navigation
API > API/Runtime > API/Runtime/ApplicationCore
Enumeration to specify different transparency options for SWindows
| Name | EWindowTransparency |
| Type | enum |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindowDefinition.h |
| Include Path | #include "GenericPlatform/GenericWindowDefinition.h" |
Syntax
enum EWindowTransparency
{
None,
PerWindow,
PerPixel,
}
Values
| Name | Remarks |
|---|---|
| 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 |