Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes

[This case was test in Unreal Blueprint, with Wwise 2019.1.1.6977]

Post Event by event name does not seems to work and is not triggering the specific event. On the other hand, by selecting the parameter Ak Event instead of writing the Event Name, the event is playing.

But, if I have a Post Event with an Ak Event selected in my blueprint, no matter where it is or if it is even connected to any other node, then the Post Event by event name will be working.
 

Here is an example
https://imgur.com/a/jMMK4c6 

node 1 is working , but node 2 is not (ignore the fact that the node 1 is not link). BUT if I call 1 somewhere in my blueprint, then 2 will work

Not sure if it is a bug or if I'm missing something

in General Discussion by Raphael D. (150 points)
edited by Raphael D.

1 Answer

0 votes
are you quite sure they match?

feel free to post both the name and event id here if you want me to double check for you.
by Dan M. (2.6k points)
Yes I'm sure they match. I add an image to my question to be easier to understand. PostEvent by event name is not working, but if I have a PostEvent by Ak Event somewhere in my blueprint, then it will work.
...