UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FWidgetChild Struct Reference

#include <WidgetChild.h>

Public Member Functions

 GENERATED_BODY ()
 
UMG_API FWidgetChild ()
 
UMG_API FWidgetChild (const class UUserWidget *Outer, FName InChildName)
 
FName GetFName () const
 
UWidgetGetWidget () const
 
UMG_API UWidgetResolve (const class UWidgetTree *WidgetTree)
 

Detailed Description

Represent a Widget present in the Tree Widget of the UserWidget

Constructor & Destructor Documentation

◆ FWidgetChild() [1/2]

FWidgetChild::FWidgetChild ( )

◆ FWidgetChild() [2/2]

FWidgetChild::FWidgetChild ( const class UUserWidget Outer,
FName  InChildName 
)

Member Function Documentation

◆ GENERATED_BODY()

FWidgetChild::GENERATED_BODY ( )

◆ GetFName()

FName FWidgetChild::GetFName ( ) const
inline

◆ GetWidget()

UWidget * FWidgetChild::GetWidget ( ) const
inline

◆ Resolve()

UWidget * FWidgetChild::Resolve ( const class UWidgetTree WidgetTree)

Resolves the Widget ptr using it's name.


The documentation for this struct was generated from the following files: