AGroupActor::GetParentForActor

Returns the direct parent for the actor or null if one is not found.

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

static AGroupActor * GetParentForActor
(
    AActor * InActor
)

Remarks

Returns the direct parent for the actor or null if one is not found.

Returns

The direct parent for the given actor. Returns null if no group has this actor as a child.

Parameters

Parameter

Description

InActor

Actor to find a group parent for.

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