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
Hello, I have created my custom MFC CDialog class based on a template (ex. IDD_MYDIALOG). In this class I can define the logic to bind UI elements (MFC controls for instance) to Wwise parameters. As far as I understood, this is the only way at the moment to link to inner types (plugin) properties. n the member classes such as OnDialogInit.

However It feels like Wwise is in control of which dialogs get created in the function IAudioPlugin::GetDialog() and I am only able to return the ID of my dialog template such as IDD_MYDIALOG.

It looks like the dialog is created from the template ID rather than my custom dialog class deriving from CDialog where I have defined all the logic.

How can I create an instance of my custom CDialog class and use the dialog as Settings or Contents Editor Dialog?
Is it something I have to do in the Plugin CWinApp?
What should I then return in IAudioPlugin::GetDialog?
related to an answer for: Show inner object property in Wwise plugin
in General Discussion by Cosimo R. (140 points)
recategorized by Samuel L. (Audiokinetic)

Please sign-in or register to answer this question.

...