UWidgetTree::FindWidgetParent

Gets the parent widget of a given widget, and potentially the child index.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetTree.h

Include

#include "Blueprint/WidgetTree.h"

Source

/Engine/Source/Runtime/UMG/Private/WidgetTree.cpp

Syntax

static UPanelWidget * FindWidgetParent
(
    UWidget * Widget,
    int32 & OutChildIndex
)

Remarks

Gets the parent widget of a given widget, and potentially the child index.

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