コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

0 支持
I am still figuring out the ins and outs of using Wwise + UE4.

 

Looking over the documentation for Occlusion: it seems the only way to enable occlusion is through blueprints. So does that mean I have to create Blueprint nodes for every AKComponent I am using? Or do I only have to set up occlusion for the player on their blueprint?

 

If the latter is the case then fine, but the former seems really time consuming and bloated. And how would AkAmbientSounds get occlusion enabled if the former is the case?
Jack M. (430 ポイント) General Discussion

回答 1

+1 支持
 
ベストアンサー

This is actually going to change in the 4.7 integration. We've exposed the AkComponent directly on the AkAmbient, and as a result, the occlusion refresh interval shows up it its details panel (see image)

The same options will be available when you add an AkComponent to a blueprint, too.

Benoit S. (Audiokinetic) (16.0k ポイント)
Jack M. 選択
Cool! So to clarify for current implementation: the set Occlusion Interval does indeed need to be on each AKactor and *not* on the player/listener?

What is the ETA for 4.7 integration?
Yes, occlusion is set on AkComponents, not on the listener.

It usually takes us two weeks to get a new integration out.
And one more Q: How do I enable occlusion on sounds that are spawned at runtime or sounds on other players in a level? Do those have to be set up on a per object/component basis in a Blueprint?
Yes, you'll need to get the AkComponent, and then set the Occlusion refresh interval on them. However, the default value for the Occlusion refresh interval is 0.2, so the feature is on by default.
I keep getting confused!

So the refresh is on by default, or Occlusion is on be default? (I would prefer the latter)
Both. There is no switch for occlusion; everything is controlled by the refresh interval. If the interval is set to 0, occlusion is turned off for this AkComponent. Setting it to a non-zero value will enable the occlusion feature.
Hey, apologies for digging up an old thread (and hijacking it!) but it looks like in UE4.27 and Wwise 2021.1.10.7883 the Occlusion Refresh Interval is set to 0 as default. Is there somewhere in the settings that I can change this to a different value so that all sounds adhere to a new value by default?

Thanks
...