If trigger execute is called in Blueprint, it will fire every time the sound recovers from being virtual, even if it has not been called again.
See video example:
[Link Removed]
Also occurs in Release 5.2
1) In the Content Browser, create a MetaSound Source asset and open it.
2) Remove the One Shot Interface
3) Add an Input of type Trigger and set it to do something (play a sound, print a log, etc)
4) Add an Attenuation to the MetaSound and ensure that Virtualization Mode is set to Reset
5) In a Blueprint actor or the level blueprint, set the MetaSound to play on level start
6) Use a trigger box or key press to call Execute Trigger Parameter on your trigger
7) PIE
8) Let the sound become active and fire the trigger
9) Exit and Enter the attenuation field so that the sound becomes virtual and then not
Expected Result:
The trigger call is a fire and forget
Actual Result:
The trigger is executed every time the MetaSound restarts, even through it was only fired once
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-194378 in the post.
9 |
Component | UE - Audio - MetaSounds |
---|---|
Affects Versions | 5.2, 5.3 |
Target Fix | 5.4 |
Created | Aug 31, 2023 |
---|---|
Resolved | Feb 16, 2024 |
Updated | May 7, 2024 |