Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Editor > API/Editor/UnrealEd/Editor/AGroupActor
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 |
static AGroupActor &42; GetParentForActor
&40;
AActor &42; InActor
&41;
Remarks
Returns the direct parent for the actor or null if one is not found. The direct parent for the given actor. Returns null if no group has this actor as a child.
Parameters
Name | Description |
---|---|
InActor | Actor to find a group parent for. |