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
I'm trying to figure out how to have my door blueprint automatically have an attached acoustic portal in UE4.26.

There's an AkPortal component, but it doesn't seem to have any geometry to it - no box that I can size and place?

I was thinking I could just make my door a subclass of AkAcousticPortal - but that does not show up as an actor I can subclass in the editor...

Finally, I was thinking I could have the door spawn an AkAcousticPortal actor and size it to match a guide box I attach to my door - but AkAcousticPortal does not show up in the list of actors I can spawn?

Any suggestions?

Thanks!
in General Discussion by Bob S. (230 points)

2 Answers

0 votes
The AkPortal component needs to be attached to a BoxCollisionComponent.  Add the BoxCollisionComponent to your door blueprint and then make your AkPortalComponent a child of that box.  Once you've done that you can resize the BoxComponent and your portal will follow.
by Zachary S. (160 points)
–1 vote
From what I gather, AkAcousticPortals derive from AVolumes which derive from brushes, which cannot be created at runtime unless you're using editor modules.
by Vioxtar (370 points)
...