![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Noise.h>
Public Member Functions | |
| SIGNALPROCESSING_API | FWhiteNoise () |
| SIGNALPROCESSING_API | FWhiteNoise (int32 InRandomSeed) |
| float | Generate () |
| float | Generate (float InScale, float InAdd) |
White noise generator Flat spectrum
| Audio::FWhiteNoise::FWhiteNoise | ( | ) |
| Audio::FWhiteNoise::FWhiteNoise | ( | int32 | InRandomSeed | ) |
|
inline |
Generate next sample of white noise
Generate next sample of white noise (with optional Scale and Add params)