fx.Budget.HistoryFrames

fx.Budget.HistoryFrames

#Overview

name: fx.Budget.HistoryFrames

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/Engine/Private/Particles/FXBudget.cpp:33

Scope: file

Source code excerpt:

static int32 GFXBudget_HistorySize = 60;
static FAutoConsoleVariableRef CVarFXBudget_HistoryFrames(
	TEXT("fx.Budget.HistoryFrames"),
	GFXBudget_HistorySize,
	TEXT("Number of frames the global FX budget tracking will hold to work out it's average frame time."),
	ECVF_Default | ECVF_ReadOnly
);