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 |
TSharedRef< IAvaOutliner > GetOrCreateOutliner
(
IAvaOutlinerProvider & InProvider,
bool bInForceCreate
)
Remarks
Instantiates the World's Outliner
the subsystem holds a non-owning reference of the outliner, the provider is what ideally should be holding the owning reference an existing or new valid IAvaOutliner instance
Parameters
| Name | Description |
|---|---|
| InProvider | the outliner provider |
| bInForceCreate | whether to create a new IAvaOutliner even if one already exists |