コミュニティQ&A

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

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

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

0 支持
Hey I am trying to integrate the 4.5 UE4 integration into my 4.5.1 source build but I get a a build error: 1>d:\source_build\unrealengine-4.5\engine\source\runtime\akaudio\public\AkInclude.h(46): fatal error C1083: Cannot open include file: 'AkDefaultIOHookDeferred.h': No such file or directory

I put together the engine build then copied the integration into that folder with all the files from the audiokinetic that I needed to transfer. At this point I generate the VS 2013 files and try to build the project but it fails and gives me the error above. Has anyone experienced this problem?
Luis C. (100 ポイント) General Discussion

回答 1

0 支持

You need to copy the Wwise SDK and the relevant files to UE4/Engine/Source/ThirdParty/Audiokinetic. Simply copy the following folders:

  • Source: c:\Program Files (x86)\Audiokinetic\Wwise v2014.1 build 5158\SDK\include\*.*
  • Destination: UE4/Engine/Source/ThirdParty/Audiokinetic/include
  • Source: c:\Program Files (x86)\Audiokinetic\Wwise v2014.1 build 5158\SDK\samples\SoundEngine\*.*
  • Destination: UE4/Engine/Source/ThirdParty/Audiokinetic/samples/SoundEngine
  • Source: c:\Program Files (x86)\Audiokinetic\Wwise v2014.1 build 5158\SDK\Win32_vc120\*.*
  • Destination: UE4/Engine/Source/ThirdParty/Audiokinetic/Win32_vc120
  • Source: c:\Program Files (x86)\Audiokinetic\Wwise v2014.1 build 5158\SDK\x64_vc120\*.*
  • Destination: UE4/Engine/Source/ThirdParty/Audiokinetic/x64_vc120

This is documented in Wwise_UE4_Integration.chm, at the "Installation" page. If you are having trouble reading this file, make sure the file is "unblocked" by right-cliking on it, selecting "Properties...", and clicking "Unblock".

Benoit S. (Audiokinetic) (16.0k ポイント)
...