CRI ADX(Unreal Engine) v1
Introduction 04: Playing sounds

Playing a sound

Drag and drop the “SimpleMusicAcb_simple_bgm_Cue” asset onto the level.


When you start the game, the sound will automatically start to play!

Tips

What if there's no sound?

If you are using the ADX sound data distributed with this tutorial
Be sure to select "SimpleMusicAcb_simple_bgm_Cue" and place it on the level.

If you are using your own ADX sound data
We strongly recommend that you use the ADX sound data distributed with this tutorial.
If you are trying to play Cues that are supposed to be streamed, additional configuration is required, which is explained in the next article:
If you're trying to play a Cue that is set to 3D positioning, the volume may be set to zero due to your positioning or settings.

Trivia

When you hover over an AtomCue asset in the Content Browser, a play button will appear.
You can listen to the sound immediately by pressing this play button.
You can use this to quickly check which AtomCue asset corresponds to the sound you want to play.