Navigation
API > API/Runtime > API/Runtime/Slate
The cause of a tab activation
| Name | ETabActivationCause |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h |
| Include Path | #include "Widgets/Docking/SDockTab.h" |
Syntax
enum ETabActivationCause
{
UserClickedOnTab,
SetDirectly,
}
Values
| Name | Remarks |
|---|---|
| UserClickedOnTab | |
| SetDirectly |