Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/AGroupActor
Description
Removes the given actor from this group. If the group has no actors after this transaction, the group itself is removed.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/GroupActor.h |
| Include Path | #include "Editor/GroupActor.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/GroupActor.cpp |
void Remove
(
AActor & InActor
)
Parameters
| Name | Remarks |
|---|---|
| InActor | Actor to remove from this group |