UMovieSceneSequence::GetParentObject

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequence.h

Include

#include "MovieSceneSequence.h"

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.

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