Data Table and sound cue/base

So this project I am with is using data tables for their weapons and they have it set up for the sound to run through that as well. The thing is that it is set up via sound wave which gives me no room for sound design. Is there a way to make a sound base or cue work with a data table?

You will need to change the Struct upon which the Data Table was based.

What does this mean? What exactly should be changed to get the data table working and recognizing the sound cue class ?

I recommend changing the SoundWave reference to a SoundBase reference.

SoundBase is the parent class of both SoundWave and SoundCue.