Navigation
API > API/Developer > API/Developer/TargetPlatform
Interface for audio format modules.
| Name | IAudioFormatModule |
| Type | class |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormatModule.h |
| Include Path | #include "Interfaces/IAudioFormatModule.h" |
Syntax
class IAudioFormatModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~IAudioFormatModule() |
Virtual destructor. | Interfaces/IAudioFormatModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAudioFormat * GetAudioFormat() |
Gets the audio format. | Interfaces/IAudioFormatModule.h |