![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WidgetChild.h>
Public Member Functions | |
| GENERATED_BODY () | |
| UMG_API | FWidgetChild () |
| UMG_API | FWidgetChild (const class UUserWidget *Outer, FName InChildName) |
| FName | GetFName () const |
| UWidget * | GetWidget () const |
| UMG_API UWidget * | Resolve (const class UWidgetTree *WidgetTree) |
Represent a Widget present in the Tree Widget of the UserWidget
| FWidgetChild::FWidgetChild | ( | ) |
| FWidgetChild::FWidgetChild | ( | const class UUserWidget * | Outer, |
| FName | InChildName | ||
| ) |
| FWidgetChild::GENERATED_BODY | ( | ) |
|
inline |
|
inline |
| UWidget * FWidgetChild::Resolve | ( | const class UWidgetTree * | WidgetTree | ) |
Resolves the Widget ptr using it's name.