Skip to content

Instantly share code, notes, and snippets.

@norlin
Last active February 5, 2020 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norlin/ce59e3652a6d6553fca295cc92c39076 to your computer and use it in GitHub Desktop.
Save norlin/ce59e3652a6d6553fca295cc92c39076 to your computer and use it in GitHub Desktop.
UE4 Unreal Engine 4: disable project path popup for WWise plugin startup
[/Script/AkAudio.AkSettingsPerUser]
SuppressWwiseProjectPathWarnings=true
@norlin
Copy link
Author

norlin commented Feb 5, 2020

Put it to the Config/DefaultEditorPerProjectUserSettings.ini file in your project (create the file if it doesn't exist).
No need for recompilation, just restart the editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment