Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes

Hi AudioKinetic,

As indicated in the release notes for Unreal Engine 5.1 (https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-engine-5.1-release-notes), we now have the macro UE_INLINE_GENERATED_CPP_BY_NAME which can improve compile times for generated .cpp files.

I would like to request your team to consider using this in the Wwise unreal integration files, if possible. That way, my team won't have to do it manually when we pull changes for each update.

  • Added support to inline the generated cpp files into the module cpp files using a new macro UE_INLINE_GENERATED_CPP_BY_NAME. This improves compile times because less header parsing is required.

Thank you!

in Feature Requests by Cameron M. (100 points)

Please sign-in or register to answer this question.

...