You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will need to set the `Limit sound instance to` amount, this is amount of instances that can play this audio on the AK Component in Unreal.
324
-
Also set the dropdown next to this limit to `Per Game Object`this means per `AK Component` in unreal.
323
+
You will need to set the `Limit sound instance to` amount; this is the number of instances that can play this audio on the AK Component in Unreal.
324
+
Also, set the dropdown next to this limit to `Per Game Object`. In Unreal, this means per `AK Component`.
325
325
326
-
Next you will need to change the `When limit is reached` to `Kill voice` and also set the dropdown under that to `Discard oldest instances`.
327
-
This means when the limit is reached for this audio it will kill any oldest instances and discard them.
326
+
Next, you will need to change the `When limit is reached` to `Kill voice` and set the drop-down menu under that to `Discard oldest instances`.
327
+
This means that when the limit for this audio is reached, it will kill any oldest instances and discard them.
328
328
329
-
Finally you will need to setup playback priority. The playback priority requires that you have setup Attenuation.
329
+
Finally, you will need to set up playback priority. The playback priority requires that you set up Attenuation.
330
330
331
331
Set the priority of your audio to something like `10`, then set the `Offset priority by` setting to `-10`.
332
332
333
-
This setting will set the audio priority to 10, then when you are outside the attenuation distancewill set the priority to 0 allowing for more important audio like the game sounds to be played.
333
+
This setting will set the audio priority to 10, and then when you are outside the attenuation distance, it will set the priority to 0, allowing for more important audio, like the game sounds, to be played.
334
334
335
-
Even with Attenuation and playback limits setup the audio will still play and count towards the Wwise Playback Limit.
335
+
Even with Attenuation and playback limits set, the audio will still play and count towards the Wwise Playback Limit.
336
336
337
337
* Attenuation will only lower the volume of the audio and not stop the audio.
338
-
* Playback limits are only limiting the number of audio instances playing on a game object.
338
+
* Playback limits only limit the number of audio instances playing on a game object.
339
339
340
-
So to prevent audio from playing when you are outside of the attenuation range you will need to make use of the Significance Manager.
340
+
So, to prevent audio from playing when you are outside of the attenuation range, you will need to use the Significance Manager.
341
341
342
-
For playing background buildings sounds use the `Gained Significance` and `Lost Significance` events:
342
+
For playing background building sounds, use the `Gained Significance` and `Lost Significance` events:
0 commit comments