Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAssetDeleteModel
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/AssetDeleteModel.h |
| Include | #include "AssetDeleteModel.h" |
Syntax
enum EState
&123;
Waiting = 0,
StartScanning,
Scanning,
UpdateActions,
Finished,
&125;
Values
| Name | Description |
|---|---|
| Waiting | Waiting to start scanning. |
| StartScanning | Begin scanning for references. |
| Scanning | Scan for references to the pending deleted assets. |
| UpdateActions | Check compatibility for replacing references |
| Finished | Finished. |
Remarks
States used to manage the async deletion process.