Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonLoadGuard
| Type | Name | Description | |
|---|---|---|---|
| void | GuardAndLoadAsset
(
const TSoftObjectPtr< ObjectType >& InLazyAsset, |
Displays the loading spinner until the asset is loaded Will pass a casted pointer to the given asset in the lambda callback - could be nullptr if you provide an incompatible type or invalid asset. | |
| void | GuardAndLoadAsset
(
const TSoftObjectPtr< UObject >& InLazyAsset, |