ULevelSequence::GetParentObject

Get the logical parent object for the supplied object (not necessarily its outer).

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

LevelSequence

Header

/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h

Include

#include "LevelSequence.h"

Source

/Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp

Syntax

virtual UObject * GetParentObject
(
    UObject * Object
) const

Remarks

Get the logical parent object for the supplied object (not necessarily its outer).

Returns

The parent object, or nullptr if the object has no logical parent.

Parameters

Parameter

Description

Object

The object whose parent to get.