Skip to content

Commit

Permalink
Update modules/ROOT/pages/Development/Satisfactory/Audio.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Rob B <computerguy440+gh@gmail.com>
  • Loading branch information
mrhid6 and budak7273 authored Jan 7, 2025
1 parent 99b66b4 commit 987a806
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/ROOT/pages/Development/Satisfactory/Audio.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ Your audio files are now imported to Wwise and ready to be referenced by Unreal

=== Creating Audiokinetic Events

Audiokinetic Events trigger audio events like Play, Pause, Stop, etc.
These are typically referred to as `AKEvents`
**Audiokinetic Events** (typically shortened to `AKEvents`) allow your mod code to tell the Wwise sound system to do something.
Example AKEvent types include Play, Pause, and Stop.
Each sound you want to use typically needs multiple events associated with it.

To play the audio in your mod, you will need to create an event in Wwise. First, make sure that you have followed the above steps to import your `.wav` files to Wwise.

Expand Down

0 comments on commit 987a806

Please sign in to comment.