Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonLazyWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUserWidget * GetContent () |
Gets the attached Content which was instanced from an async loaded TSoftClassPtr. | CommonLazyWidget.h |
|
TContent * GetContent () |
CommonLazyWidget.h |
GetContent()
Description
Gets the attached Content which was instanced from an async loaded TSoftClassPtr.
| Name | GetContent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonLazyWidget.h |
| Include Path | #include "CommonLazyWidget.h" |
UFUNCTION (BlueprintCallable, Category=LazyContent)
UUserWidget * GetContent() const
GetContent()
| Name | GetContent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonLazyWidget.h |
| Include Path | #include "CommonLazyWidget.h" |
template<class TContent>
TContent * GetContent() const