FEditorWidgetsModule::CreateAssetDiscoveryIndicator

Creates a widget that visualizes the asset discovery progress and collapses away when complete

Windows
MacOS
Linux

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h

Include

#include "EditorWidgetsModule.h"

Source

/Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsModule.cpp

Syntax

virtual TSharedRef< SWidget > CreateAssetDiscoveryIndicator
(
    EAssetDiscoveryIndicatorScaleMode::Type ScaleMode,
    FMargin Padding,
    bool bFadeIn
)

Remarks

Creates a widget that visualizes the asset discovery progress and collapses away when complete

Returns

The indicator widget

Parameters

Parameter

Description

ScaleMode

The direction the widget will scale when animating in and out

Padding

The padding to apply to the widget internally

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss