UAudioGenerator::Init

Called by derived classes to initialize the sample rate and num channels of the generator.

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Classes/Generators/AudioGenerator.h

Include

#include "Generators/AudioGenerator.h"

Source

/Engine/Source/Runtime/AudioMixer/Private/Generators/AudioGenerator.cpp

Syntax

void Init
(
    int32 InSampleRate,
    int32 InNumChannels
)

Remarks

Called by derived classes to initialize the sample rate and num channels of the generator.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss