I want to sell my music on the marketplace in large quantities. There is a process of importing sound waves into the unreal engine and generating them into Cue, and I want to automate this process.
In accordance with the Unreal Marketplace Guidelines, the engine must be used in version 4.0.1 for all developers to use.
For that reason, the Python API provided by Unreal Engine is also not supported by Scripting Plug-in in 4.0.1, so I can’t use the C++ Script API in version 4.0.1?
It would be great to have a library that generates sound Cue and formats them with unasset extensions. If you have any relevant information, please share it. Thank you.
Hi! Absolutely! If you want to automate sound wave imports in Unreal Engine 4.0.1 for music sales, consider using Blueprints. Since Python API and C++ Script API aren’t supported, create a custom library for generating sound Cues with unasset extensions. Good luck!