Choose your operating system:
Windows
macOS
Linux
| UMovieSceneSequence::GetParentObject()
|
Module |
|
Header |
/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h |
Include |
#include "LevelSequence.h" |
Source |
/Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp |
Get the logical parent object for the supplied object (not necessarily its outer).
The parent object, or nullptr if the object has no logical parent.
Parameter |
Description |
---|---|
Object |
The object whose parent to get. |