Navigation
API > API/Plugins > API/Plugins/Avalanche
Editor Only Outliner Access Functions
| Name | FAvaOutlinerUtils |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/Avalanche/Public/AvaOutlinerUtils.h |
| Include Path | #include "AvaOutlinerUtils.h" |
Syntax
struct FAvaOutlinerUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< IAvaOutliner > EditorGetOutliner
(
const UWorld*const InWorld |
Returns the Motion Design outliner from the outliner module at runtime in the editor. | AvaOutlinerUtils.h | |
static 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. | AvaOutlinerUtils.h | |
static 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). | AvaOutlinerUtils.h |