UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IAudioBufferListener Class Referenceabstract

#include <SynthComponent.h>

Public Member Functions

virtual void OnGeneratedBuffer (const float *AudioBuffer, const int32 NumSamples, const int32 NumChannels)=0
 

Detailed Description

Simple interface class to allow objects to route audio between them.

Member Function Documentation

◆ OnGeneratedBuffer()

virtual void IAudioBufferListener::OnGeneratedBuffer ( const float AudioBuffer,
const int32  NumSamples,
const int32  NumChannels 
)
pure virtual

The documentation for this class was generated from the following file: