Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/UAvaOutlinerSubsystem
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/AvaOutlinerSubsystem.h |
| Include | #include "AvaOutlinerSubsystem.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Private/AvaOutlinerSubsystem.cpp |
void BroadcastActorHierarchyChanged
(
AActor * InActor,
const AActor * InParentActor,
EAvaOutlinerHierarchyChangeType InChangeType
) const
Remarks
Called when the Actor has changed in the Outliner Hierarchy
Parameters
| Name | Description |
|---|---|
| InActor | the actor that changed |
| InParentActor | the parent actor involved (old if detached, new if attached, null if the root or invalid actor) |
| InChangeType | the type of hierarchical change notified |