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.