/// <summary>Set a sound wave instance parameter for use in sound cues played by this audio component</summary> public void SetWaveParameter(string InName, USoundWave InWave) { CheckIsValid(); SetWaveParameter(_this.Get(), InName, InWave); }
/// <summary>Set a sound wave instance parameter for use in sound cues played by this audio component</summary> public extern void SetWaveParameter(FName InName, USoundWave InWave);