Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/IAvaOutliner
Description
Gets all the Selected Items and puts/attaches them under the given Grouping Actor. Requires that the Grouping Actor is valid and spawned in the World.
| Name | GroupSelection |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/IAvaOutliner.h |
| Include Path | #include "IAvaOutliner.h" |
void GroupSelection
(
AActor * InGroupingActor,
const TOptional < FAttachmentTransformRules > & InTransformRules
)