Navigation
API > API/Editor > API/Editor/EditorWidgets
| Name | EAssetDiscoveryIndicatorScaleMode::Type |
| Type | enum |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/AssetDiscoveryIndicator.h |
| Include Path | #include "AssetDiscoveryIndicator.h" |
Syntax
namespace EAssetDiscoveryIndicatorScaleMode
{
enum Type
{
Scale_None,
Scale_Vertical,
Scale_Horizontal,
Scale_Both,
}
}
Values
| Name | Remarks |
|---|---|
| Scale_None | |
| Scale_Vertical | |
| Scale_Horizontal | |
| Scale_Both |