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

#include <BlockCorrelator.h>

Public Attributes

int32 Log2NumValuesInBlock = 10
 
EWindowType WindowType = EWindowType::Blackman
 
bool bDoNormalize = true
 

Detailed Description

Settings for block correlator

Member Data Documentation

◆ bDoNormalize

bool Audio::FBlockCorrelatorSettings::bDoNormalize = true

If true, autocorrelation values will be normalized to reduce bias introduced by block windowing.

◆ Log2NumValuesInBlock

int32 Audio::FBlockCorrelatorSettings::Log2NumValuesInBlock = 10

Logarithm base 2 of the number of values in a block.

◆ WindowType

EWindowType Audio::FBlockCorrelatorSettings::WindowType = EWindowType::Blackman

Audio window type to apply to input.


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