Unreal Engine Blueprint API Reference > Editor Scripting > Asset Tools
Opens an asset picker dialog and creates an asset with the specified name and path. Uses OriginalObject as the duplication source.
Target is Asset Tools
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
string | Asset Name | |
string | Package Path | |
object | Original Object |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value | Opens an asset picker dialog and creates an asset with the specified name and path. Uses OriginalObject as the duplication source. |