![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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) | |
| #define DEFAULT_PROCEDURAL_SOUNDWAVE_BUFFER_SIZE 1024 |
Playable sound object for wave files that are streamed, particularly VOIP
| DECLARE_DELEGATE_TwoParams | ( | FOnSoundWaveProceduralUnderflow | , |
| class USoundWaveProcedural * | , | ||
| int32 | |||
| ) |