Esempio n. 1
0
/// <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);
        }
Esempio n. 2
0
 /// <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);