Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint > UUserWidget
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
Include | #include "Blueprint/UserWidget.h" |
Source | /Engine/Source/Runtime/UMG/Private/UserWidget.cpp |
UWidgetBlueprintGeneratedClass &42; GetWidgetTreeOwningClass&40;&41; const
Remarks
Returns the BlueprintGeneratedClass that generated the WidgetTree. A child UserWidget that extends a parent UserWidget will not have a new WidgetTree. The child UserWidget will have the same WidgetTree as the parent UserWidget. This function returns the parent UserWidget's BlueprintClass.