Navigation
API > API/Runtime > API/Runtime/UMG
| Name | EWindowVisibility |
| Type | enum |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/WidgetComponent.h |
| Include Path | #include "Components/WidgetComponent.h" |
Syntax
enum EWindowVisibility
{
Visible,
SelfHitTestInvisible,
}
Values
| Name | Remarks |
|---|---|
| Visible | The window visibility is Visible |
| SelfHitTestInvisible | The window visibility is SelfHitTestInvisible |