BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/AssetTools
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 | Creates an asset with the specified name and path. Uses OriginalObject as the duplication source. |