Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
References
| |
|
| Module |
AvalancheOutliner |
| Header |
/Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/AvaOutlinerSubsystem.h |
| Include |
#include "AvaOutlinerSubsystem.h" |
Syntax
enum EAvaOutlinerHierarchyChangeType
{
Detached,
Attached,
Rearranged,
}
Values
| Name |
Description |
| 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 |