Skip to main content

r.DeferUniformExpressionCaching

Var

Unreal Engine Var console variable.

rDeferUniformExpressionCaching

Description

Whether to defer caching of uniform expressions until a rendering command needs them up to date. Deferring updates is more efficient because multiple SetVectorParameterValue calls in a frame will only result in one update.

Usage

r.DeferUniformExpressionCaching [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.