UWidgetTree::FindWidget

Finds the widget in the tree by name and casts the return to the desired type.

Windows
MacOS
Linux

References

Module

UMG

Header

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

Include

#include "Blueprint/WidgetTree.h"

Syntax

template<typename WidgetT>
WidgetT * FindWidget
(
    const FName & Name
) const

Remarks

Finds the widget in the tree by name and casts the return to the desired type.

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