EWindowTransparency

Enumeration to specify different transparency options for SWindows

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss