Navigation
API > API/Plugins > API/Plugins/SoundMod
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USoundBase
- USoundWave
- USoundWaveProcedural
- USoundModWave
References
| Module | SoundMod |
| Header | /Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Classes/SoundModWave.h |
| Include | #include "SoundModWave.h" |
Syntax
UCLASS&40;&41;
class USoundModWave : public USoundWaveProcedural
Remarks
Playable sound object for wave files that are generated from a Sound Mod
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class USoundMod > | SoundMod | ||
| xmp_context | xmpContext |
Constructors
| Type | Name | Description | |
|---|---|---|---|
USoundModWave
(
const FObjectInitializer& ObjectInitializer |
Overridden from USoundWave
| Type | Name | Description | |
|---|---|---|---|
| int32 | GeneratePCMData
(
uint8* PCMData, |
This is only used for DTYPE_Procedural audio. |