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.

#ifdef WITH_EDITOR -> #if WITH_EDITOR

0 votes
<Wwise UE4 Plugin>/AkAudio/Private/AAkAcousticPortal.cpp

In AAkAcousticPortal Constructor.
Is the following correct?

(wrong)
#ifdef WITH_EDITOR

(right)
#if WITH_EDITOR
asked Jan 18, 2019 in General Discussion by Hirokazu S. (140 points)

Please sign-in or register to answer this question.

...