Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
| Name | EAvaOutlinerHierarchyChangeType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/AvaOutlinerSubsystem.h |
| Include Path | #include "AvaOutlinerSubsystem.h" |
Syntax
enum EAvaOutlinerHierarchyChangeType
{
Detached,
Attached,
Rearranged,
}
Values
| Name | Remarks |
|---|---|
| Detached | When the actor has detached from the Parent |
| Attached | When the actor has attached to the Parent |
| Rearranged | When the actor was rearranged and kept its attachment to the Parent |