Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor > API/Plugins/ObjectMixerEditor/FObjectMixerOutlinerHierarchy
Description
Create all component items for an actor if we are showing components and place them in OutItems. Items not added if filtered out. If components are returned or would be returned before filters, the Actor will be added at the beginning of the array.
| Name | ConditionallyCreateActorAndComponentItems |
| Type | function |
| Header File | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/List/Modes/ObjectMixerOutlinerHierarchy.h |
| Include Path | #include "Views/List/Modes/ObjectMixerOutlinerHierarchy.h" |
| Source | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Private/Views/List/Modes/ObjectMixerOutlinerHierarchy.cpp |
TArray < FSceneOutlinerTreeItemPtr > ConditionallyCreateActorAndComponentItems
(
AActor * Actor
) const