Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonLazyWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LoadLazyContent () |
Loads and creates an instance of the WidgetClass property. | CommonLazyWidget.h |
|
void LoadLazyContent
(
TFunction< void(TWidget&)>&& InitInstanceFunc |
CommonLazyWidget.h |
LoadLazyContent()
Description
Loads and creates an instance of the WidgetClass property.
| Name | LoadLazyContent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonLazyWidget.h |
| Include Path | #include "CommonLazyWidget.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/CommonLazyWidget.cpp |
UFUNCTION (BlueprintCallable, Category=LazyContent)
void LoadLazyContent()
LoadLazyContent(TFunction< void(TWidget &)> &&)
| Name | LoadLazyContent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonLazyWidget.h |
| Include Path | #include "CommonLazyWidget.h" |
template<typename TWidget>
void LoadLazyContent
(
TFunction < void> && InitInstanceFunc
)