Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/AssetTools
Opens an async dialog to create an asset.
Target is Asset Tools
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| interface | Target | |
| string | Asset Name | |
| string | Package Path | |
| class | Asset Class | |
| object | Factory | |
| delegate | On Complete | |
| delegate | On Cancelled | |
| name | Calling Context |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if the process was started successfully. |