EWindowTransparency

Enumeration to specify different transparency options for SWindows

Choose your operating system:

Windows

macOS

Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindowDefinition.h

Include

#include "GenericPlatform/GenericWindowDefinition.h"

Syntax

enum EWindowTransparency
{
    None,
    PerWindow,
    PerPixel,
}

Values

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

Remarks

Enumeration to specify different transparency options for SWindows