Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonLazyWidget.h |
Include |
#include "CommonLazyWidget.h" |
UCLASS()
class UCommonLazyWidget : public UWidget
A special Image widget that can show unloaded images and takes care of the loading for you!
Name | Description | |
---|---|---|
|
UCommonLazyWidget ( |
Name | Description | ||
---|---|---|---|
|
CancelStreaming() |
||
|
UUserWidget ... |
GetContent() |
|
|
IsLoading() |
||
|
FOnLazyConte... |
OnContentChanged() |
|
|
FOnLoadGuard... |
OnLoadingStateChanged() |
|
|
OnStreamingComplete ( |
||
|
OnStreamingStarted ( |
||
|
SetForceShowSpinner ( |
||
|
SetLazyContent ( |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
OnWidgetRebuilt() |
Function called after the underlying SWidget is constructed. |
|
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |