menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

0 支持

Hi all,

For my game I have a Random Container with "sand sweeps". I have used Animation Paths to make these sounds move randomly all around the player. This works nicely. However, I'm trying to play these sweeps only in certain areas of the game where there's a lot of sand. I've defined an Attenuation Radius in UE4, however the sounds are still heard everywhere. Is there anyway for these sounds just to play inside this radius? Thank you!

 

Guus v. (150 ポイント) General Discussion

回答 1

+1 支持
I'd probably just start and stop the events when you're inside/outside that area. I would assume that what you have set up there would apply the attenuation after user positioning, which is independent of where you place anything in UE4.
Jonathan P. (500 ポイント)
Thanks, makes sense.
...