Navigation
API > API/Runtime > API/Runtime/Slate
| Name | EHeaderComboVisibility |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h |
| Include Path | #include "Widgets/Views/SHeaderRow.h" |
Syntax
enum EHeaderComboVisibility
{
Always,
Ghosted,
OnHover,
Never,
}
Values
| Name | Remarks |
|---|---|
| Always | Always show the drop down at full opacity |
| Ghosted | Always show the drop down, but in a ghosted way when not hovered |
| OnHover | Only show the drop down when hovered |
| Never | Never show the drop down. |