AkAmbientSound
AkAmbientSound
is an AActor
class used in the same way as the AAmbientSound
object that is included with the Unreal Audio system. There are two ways to control its playback: through its own object Blueprint functions, or with the Start All Ambient Sounds and Stop All Ambient Sounds global helper functions. An AkAmbientSound
also contains an AkComponent, which has its own Properties.
プロパティ:
- Stop When Owner Is Destroyed: The Event is stopped automatically when the AkAmbientSound is destroyed.
- Auto Post: BeginPlayで、関連する UAkAudioEvent を自動的に送信します。
Blueprint Functions:
- Start All Ambient Sound: すべてのアンビエントサウンドのプレイバックを開始します。
- Start Ambient Sound: 選択したアンビエントサウンドのプレイバックを開始します。
- Stop All Ambient Sound:すべてのアンビエントサウンドのプレイバックを停止します。
- Stop Ambient Sound: 選択したアンビエントサウンドのプレイバックを停止します。
AkReverbVolume
AkReverbVolume
is an AVolume
class used in a similar way to the AReverbVolume
object that is included with the Unreal Audio system. Any Brush
in the Editor can spawn it. The reverb effect is obtained with an AkLateReverbComponent.