Navigation
API > API/Plugins > API/Plugins/SoundMod
The public interface to this module
| Name | ISoundModPlugin |
| Type | class |
| Header File | /Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Public/SoundModPlugin.h |
| Include Path | #include "SoundModPlugin.h" |
Syntax
class ISoundModPlugin : public IModuleInterface
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ISoundModPlugin & Get () |
Singleton-like access to this module's interface. | SoundModPlugin.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | SoundModPlugin.h |