Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes

I'm using GetRTPCValue to get the initial setting of the SFX and Music volume RTPCs, but since ive updated I'm getting the error 

No overload for method `GetRTPCValue' takes `4' arguments​

Looking at the documentation, it doesn't seem to have changed, so what am I doing wrong?

heres my code: 

int type1 = (int)RTPCValue_type.RTPCValue_GameObject;
AkSoundEngine.GetRTPCValue("SFX_Volume", gameObject, out sfxVol, ref type1);

in General Discussion by Ralph C. (270 points)

Please sign-in or register to answer this question.

...