コミュニティQ&A

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

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

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

0 支持
Hello,

We've created a custom character C++ class the derives from ACharacter.  This character uses most of the basic functionality of ACharacter and currently it only adds extra mesh components for having a modular character.  We created a Blueprint that has our new Character class as it's base.  We also created a Game Mode class that derives from AGameMode.  In the new Game Modes constructor we are setting DefaultPawnClass to be the GeneratedClass of our Blueprint character.  With this set up no of the Wwise audio events will play.  But if I change the GameMode back to the default one that is auto created by the project wizard or simply remove the line that assigns our blueprint to the DefaultPawnClass, all the sounds with work fine.  Is there something that the Engine's DefaultPawn Class is doing that we are missing when we create our own character that would cause this problem?

For testing purposes, I am using the Level Blueprint to post the audio events when I press the 'E' key.  In both scenarios outlined above the Level Blueprint is the same.  The only difference that I can identify is that we are changing the DefaultPawnClass to be a custom blueprint based off of a c++ base class that we wrote.

Any help here would be greatly appreciated.  I can provide more details if needed.

Thanks,

Jared
 
Jared M. (220 ポイント) General Discussion
Is the Input event in the Level Blueprint getting triggered?

How are you triggering the events exactly (as in, which node)?

Please sign-in or register to answer this question.

...