UCommonLazyWidget

A special Image widget that can show unloaded images and takes care of the loading for you!

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonLazyWidget.h

Include

#include "CommonLazyWidget.h"

Syntax

UCLASS()
class UCommonLazyWidget : public UWidget

Remarks

A special Image widget that can show unloaded images and takes care of the loading for you!

Constructors

Name Description

Public function

UCommonLazyWidget

(
    const FObjectInitializer& ObjectIn...
)

Functions

Overridden from UWidget

Name Description

Protected function Virtual

const FText

 

GetPaletteCategory()

Gets the palette category of the widget

Protected function Virtual

void

 

OnWidgetRebuilt()

Function called after the underlying SWidget is constructed.

Protected function Virtual

TSharedRef< ...

 

RebuildWidget()

Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed.

Protected function Virtual

void

 

SynchronizeProperties()

Applies all properties to the native widget if possible.

Overridden from UVisual

Name Description

Protected function Virtual

void

 

ReleaseSlateResources

(
    bool bReleaseChildren
)