在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票
Hey there,

I currently have set up a Bus with the Wwise Meter Plugin and set the Output Game Parameter. Now I want to get this value in Unreal Engine 4.
I can find the SetRTPCValue function, but not a GetRTPCValue function.
Someone on the Wwise Wwizards & Wwitches group on facebook told me to implement GetRTPCValue in AkAudioDevice, but as I am relatively new to C++ and have no knowledge about the inner workings of Wwise, I do not know how.

So the question is:
1. How do I implement the GetRTPCValue function in the Unreal Engine integration?
2. Will this be implemented in the near future (read: this month)?

Thanks in advance and best regards

Bent
分类:General Discussion | 用户: Bent N. (100 分)
I would also like an answer to this question
I did implement the GetRTPCValue function... currently writing my master thesis, so answer will be short, but you can take a look at https://gitlab.com/tww/tww-final how we did it (look for changes in AkAudioDevice and take a look at the audio controller I wrote

not 100% fine, as i would like to have it implemented as a plugin, but i have to access private variables... so i have to overwrite the integration files which is meh if you update

you can see it in action in the game we made (downloadable for free here: https://skjolnir.itch.io/fix-this-please )

good luck!

Please sign-in or register to answer this question.

...