Navigation
API > API/Editor > API/Editor/UMGEditor
| |
|
| Name |
ERootSelectionMode |
| Type |
enum |
| Header File |
/Engine/Source/Editor/UMGEditor/Public/Hierarchy/SReadOnlyHierarchyView.h |
| Include Path |
#include "Hierarchy/SReadOnlyHierarchyView.h" |
Syntax
enum ERootSelectionMode
{
Disabled,
Enabled,
Self,
}
Values
| Name |
Remarks |
| Disabled |
The Root Widget is not selectable |
| Enabled |
The Root Widget is selectable and will show it's name as the display text |
| Self |
The Root Widget is selectable and it will show Self as the display text |