UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SoundWaveProcedural.h File Reference
#include "CoreMinimal.h"
#include "HAL/ThreadSafeCounter.h"
#include "UObject/ObjectMacros.h"
#include "HAL/ThreadSafeBool.h"
#include "Containers/Queue.h"
#include "Sound/SoundWave.h"
#include "SoundWaveProcedural.generated.h"

Go to the source code of this file.

Classes

class  USoundWaveProcedural
 

Macros

#define DEFAULT_PROCEDURAL_SOUNDWAVE_BUFFER_SIZE   1024
 

Functions

 DECLARE_DELEGATE_TwoParams (FOnSoundWaveProceduralUnderflow, class USoundWaveProcedural *, int32)
 

Macro Definition Documentation

◆ DEFAULT_PROCEDURAL_SOUNDWAVE_BUFFER_SIZE

#define DEFAULT_PROCEDURAL_SOUNDWAVE_BUFFER_SIZE   1024

Playable sound object for wave files that are streamed, particularly VOIP

Function Documentation

◆ DECLARE_DELEGATE_TwoParams()

DECLARE_DELEGATE_TwoParams ( FOnSoundWaveProceduralUnderflow  ,
class USoundWaveProcedural ,
int32   
)