Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Animation > API/Runtime/UMG/Animation/UWidgetAnimation
- UMovieSceneSequence::GetParentObject()
- UWidgetAnimation::GetParentObject()
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimation.h |
| Include | #include "Animation/WidgetAnimation.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimation.cpp |
virtual UObject &42; GetParentObject
&40;
UObject &42; Object
&41; const
Remarks
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.
Parameters
| Name | Description |
|---|---|
| Object | The object whose parent to get. |