Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
Inheritance Hierarchy
- UWorldSubsystem
- UAvaOutlinerSubsystem
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/AvaOutlinerSubsystem.h |
| Include | #include "AvaOutlinerSubsystem.h" |
Syntax
UCLASS (MinimalAPI)
class UAvaOutlinerSubsystem : public UWorldSubsystem
Remarks
Subsystem in charge of instancing and keeping reference of the World's Outliner
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BroadcastActorHierarchyChanged
(
AActor* InActor, |
Called when the Actor has changed in the Outliner Hierarchy | |
| bool | DoesSupportWorldType
(
const EWorldType::Type InWorldType |
||
| TSharedRef< IAvaOutliner > | GetOrCreateOutliner
(
IAvaOutlinerProvider& InProvider, |
Instantiates the World's Outliner | |
| TSharedPtr< IAvaOutliner > | GetOutliner () |
||
| FActorHierarchyChanged & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FActorHierarchyChanged |