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.

bStopWhenAttachedToDestroyed is not well thought out

0 votes
Hey guys,

Just a heads up - its probably worth rethinking how bStopWhenAttachedToDestroyed works. Currently this can be specified via the global PostEvent BP functions as well through a function on AKComponent itself. Since its exposed through the PostEvent interface it looks like its being tracked per event which is NOT the case. Whichever event posts last will dictate the behavior of the component when it is unregistered. This is a bug factory IMO and this should definitely be cleaned up in the next version of the UE4 plugin.

Thanks!

Erik
asked Dec 13, 2018 in General Discussion by Erik I. (170 points)

Please sign-in or register to answer this question.

...