Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/Hierarchy
References
| |
|
| Module |
UMGEditor |
| Header |
/Engine/Source/Editor/UMGEditor/Public/Hierarchy/SReadOnlyHierarchyView.h |
| Include |
#include "Hierarchy/SReadOnlyHierarchyView.h" |
Syntax
enum ERootSelectionMode
{
Disabled,
Enabled,
Self,
}
Values
| Name |
Description |
| 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 |