UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::FWhiteNoise Class Reference

#include <Noise.h>

Public Member Functions

SIGNALPROCESSING_API FWhiteNoise ()
 
SIGNALPROCESSING_API FWhiteNoise (int32 InRandomSeed)
 
float Generate ()
 
float Generate (float InScale, float InAdd)
 

Detailed Description

White noise generator Flat spectrum

Constructor & Destructor Documentation

◆ FWhiteNoise() [1/2]

Audio::FWhiteNoise::FWhiteNoise ( )

◆ FWhiteNoise() [2/2]

Audio::FWhiteNoise::FWhiteNoise ( int32  InRandomSeed)

Member Function Documentation

◆ Generate() [1/2]

float Audio::FWhiteNoise::Generate ( )
inline

Generate next sample of white noise

◆ Generate() [2/2]

float Audio::FWhiteNoise::Generate ( float  InScale,
float  InAdd 
)
inline

Generate next sample of white noise (with optional Scale and Add params)


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