AGroupActor::GetSubGroups

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/GroupActor.h

Include

#include "Editor/GroupActor.h"

Source

/Engine/Source/Editor/UnrealEd/Private/GroupActor.cpp

Syntax

void GetSubGroups
(
    TArray< AGroupActor * > & OutSubGroups,
    bool bRecurse
) const

Parameters

Parameter

Description

OutSubGroups

Array to fill with all subgroups for this group.

bRecurse

Flag to recurse and gather any subgroups in this group's subgroups.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss