Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraSimCacheCaptureParameter-
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Category="SimCache", Meta=(ClampMin="1"))
int32 CaptureRate
Remarks
Allows for reducing the frequency of captured frames in relation to the simulation's frames. The ratio is 1 / CaptureRate, so a CaptureRate of 2 would captures frames 0, 2, 4, etc.