Navigation
API > API/Plugins > API/Plugins/Avalanche
References
| Module | Avalanche |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/Avalanche/Public/AvaOutlinerUtils.h |
| Include | #include "AvaOutlinerUtils.h" |
Syntax
struct FAvaOutlinerUtils
Remarks
Editor Only Outliner Access Functions
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | EditorActorIsolationInfo
(
TSharedPtr< IAvaOutliner > InOutliner, |
Returns true if the Motion Design editor is isolating actors and the array of actors currently being isolated. | |
| TSharedPtr< IAvaOutliner > | EditorGetOutliner
(
const UWorld*const InWorld |
Returns the Motion Design outliner from the outliner module at runtime in the editor. | |
| TArray< AActor * > | EditorOutlinerChildActors
(
TSharedPtr< IAvaOutliner > InOutliner, |
Returns an array of direct child actors attached to a parent actor or all root level actors if the parent actor is null. | |
| bool | EditorOutlinerItemsToActors
(
const TArray< FAvaOutlinerItemPtr >& InItems, |
Gets an array of actors from an array of outliner items while maintaining index ordering (for actor outliner items only). |