AGroupActor::Remove

Removes the given actor from this group.

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 Remove
(
    AActor & InActor
)

Remarks

Removes the given actor from this group. If the group has no actors after this transaction, the group itself is removed.

Parameters

Parameter

Description

InActor

Actor to remove from this group

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