Hi the following files Source/FMODStudioEditor/Private/FMODStudioEditorModule.cpp
and Source/FMODStudio/Private/FMODStudioModule.cpp
have a missing #undef LOCTEXT_NAMESPACE
at the end of the file.
This causes the following warnings:
Plugins\FMODStudio\Source\FMODStudio\Private\Sequencer\FMODEventControlTrack.cpp(9): warning C4005: ‘LOCTEXT_NAMESPACE’: macro redefinition
Plugins\FMODStudio\Source\FMODStudioEditor\Private\Sequencer\FMODEventControlTrackEditor.cpp(18): warning C4005: ‘LOCTEXT_NAMESPACE’: macro redefinition
when recompiling the plugin
FMOD version: 1.10.15