Structure for Niagara beat detection settings in the visualization. More...
#include <ST_AudioVisSettings.h>
Public Attributes | |
float | SmoothingFactor = 0.5f |
float | BeatCooldownTime = 0.25f |
Structure for Niagara beat detection settings in the visualization.
float FVisNiagaraBeatDetection::BeatCooldownTime = 0.25f |
Cooldown time for beat detection to avoid multiple triggers in a short time. Requires a session restart when changed.
float FVisNiagaraBeatDetection::SmoothingFactor = 0.5f |
Smoothing factor for beat detection. Clamped between 0.0 and 1.0. Requires a session restart when changed.