UControlRigSequence::GetParentObject

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/Sequencer/ControlRigSequence.h

Include

#include "Sequencer/ControlRigSequence.h"

Source

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Private/Sequencer/ControlRigSequence.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.

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