Navigation
Unreal Engine C++ API Reference > Editor > EditorWidgets > FEditorWidgetsModule
References
Module | EditorWidgets |
Header | /Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h |
Include | #include "EditorWidgetsModule.h" |
Source | /Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsModule.cpp |
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > CreateAssetDiscoveryIndicator ( [EAssetDiscoveryIndicatorScaleMode::Type](API\Editor\EditorWidgets\EAssetDiscoveryIndicatorScaleMod-) ScaleMode, [FMargin](API\Runtime\SlateCore\Layout\FMargin) Padding, bool bFadeIn )
Remarks
Creates a widget that visualizes the asset discovery progress and collapses away when complete The indicator widget
Parameters
Name | Description |
---|---|
ScaleMode | The direction the widget will scale when animating in and out |
Padding | The padding to apply to the widget internally |