menu
 

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

+1 投票
Hi,

GetRTPCValue is not currently supported in blueprints; is there any estimate on when it would be available?

Best regards,
分类:General Discussion | 用户: MartinBP (230 分)
Is there any update on this? I would like to be able to use the node in UE4.
Is there any update ? or maybe a workaround that would allow wwise-assigned rtpc values (example : Output game parameter generated by the wwise meter plugin) to be used in UE4 ?

1个回答

–2 投票
Why not just create a variable in UE4? Since all wwise is really doing is listening to UE4 for the instructions to set the RTPC.  So you can technically already get the RTPC value.

 

-Rob
用户: Robert M. (4.6k 分)
The RTPC I want the value of is not assigned in UE but in Wwise. This is what GetRTPCValue() is for in the SDK.
...