La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

Wwise RTPC won't change (Unreal C++)

0 votes

Hi - I have two RTPC's that I am changing (DynamicReverb_Reverb_Vol and DynamicReverb_RoomSize) and reverb_vol updates absolutely fine and responds to the game, but I can't change _RoomSize despite the fact I'm using the exact same code for both.

So surely this must be a problem within Wwise, but I can't see any differences between the two game parameters within Wwise so I'm at a loss as to how to fix this?


UAkGameplayStatics::SetRTPCValue(NULL, 1.0f, DeltaTimeNew, this, "DynamicReverb_RoomSize");
UAkGameplayStatics::SetRTPCValue(NULL, 1.0f, DeltaTimeNew, this, "DynamicReverb_Reverb_Vol");


The default for both RTPCs is 0, when triggering the event with this code in Reverb_Vol updates but Room_Size does not- I do not understand why.

demandé 12-Avr dans General Discussion par Harvey G. (100 points)

1 Réponse

0 votes
Hello Harvey,

Did you by any change set any of these RTPCs to a built-in mode? If so, you won't be able to set the RTPC cause it will be driven by the built-in mode.

Otherwise, could you take a look in the Game Sync Monitor and see if anything changes? If not, open up the capture log, filter for API > RTPC, and see what you're receiving on the "wwise-side"?

Crossing fingers!
répondu 15-Avr par Mads Maretty S. (Audiokinetic) (39,400 points)
Thanks for your answer - I checked in the profiler and just like I'm hearing- only one of the RTPCs is functioning - I don't understand why?
I even created a new RTPC in WWise and replaced the defunct one and it is not being manipulated? I don't understand if I've done something wrong setting it up but I've never had this problem before...
...