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.

Compiling UE4.27.2 Wwise Integration 2022.1.0.8070 with Visual Studio 2022

0 votes
When compiling the Unreal Wwise Integration 2022.1.0.8070 with Visual Studio 2022 for Unreal Engine 4.27.2 the Wwise build script always selects vc170 toolchain, independent of the Unreal compiler settings.

I think this relates to the function `GetVisualStudioVersion()` in `WwiseUEPlatfrom_Windows.Build.cs` (line 106) where the decision which toolchain to use is based on the Visual Studio version rather than the Unreal Settings.

Is this correct, and if so, how should I adapt this function in order to select the correct toolchain?
asked Nov 21, 2022 in General Discussion by Simon M. (150 points)
edited Nov 29, 2022 by Simon M.

Please sign-in or register to answer this question.

...