Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UCommonLazyWidget
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonLazyWidget.h |
| Include | #include "CommonLazyWidget.h" |
Syntax
UCLASS&40;&41;
class UCommonLazyWidget : public UWidget
Remarks
A special Image widget that can show unloaded images and takes care of the loading for you!
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCommonLazyWidget
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| UUserWidget * | GetContent () |
||
| bool | IsLoading () |
||
| FOnLazyContentChangedEvent & | |||
| FOnLoadGuardStateChangedEvent & | |||
| void | OnStreamingComplete
(
TSoftClassPtr< UObject > LoadedSoftObject |
||
| void | OnStreamingStarted
(
TSoftClassPtr< UObject > SoftObject |
||
| void | SetForceShowSpinner
(
bool bShowLoading |
||
| void | SetLazyContent
(
const TSoftClassPtr< UUserWidget > SoftWidget |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| const FText | Gets the palette category of the widget | ||
| void | Function called after the underlying SWidget is constructed. | ||
| TSharedRef< SWidget > | Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. | ||
| void | Applies all properties to the native widget if possible. |
Overridden from UVisual
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseSlateResources
(
bool bReleaseChildren |