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.

[Linux] UE4 4.16 Linux plugin doesn't compile

+1 vote

Hi,

Just a quick note. Seems like the linux version doesn't compile any more since the 4.16 plugin.
Atleast it's a quick fix, on line: SGenerateSoundBanks.cpp:22 change:

#include "HAL/PlatformFileManager.h"
to
#include "HAL/PlatformFilemanager.h"
Cheers,
Markus
asked Aug 29, 2017 in General Discussion by Markus R. (350 points)
retagged Aug 29, 2017 by Markus R.

Please sign-in or register to answer this question.

...