Streaming Random Numbers to Wwise

I need to create a blueprint that will send a constant stream of number between 0-100 to wwise to operate a wind system. As I mainly work with audio I don’t have any real idea of how to do this. Also it can’t jump to random numbers it needs to slide up and down for smooth changes in the sound. if anyone is able to help me with this I would greatly appreciate it.

Putting this here for people who find this in the future. It’s been a while, but there’s still stuff that can’t be randomized in Wwise.

Steps:

  • make a RandomStream variable in the blueprint
  • drag it into the blueprint
  • route it into Random Integer in Range from Stream (or float)
  • route that into the value of Set RTPC
  • trigger the RTPC to update (like by routing Event Tick into Set RTPC)