Skip to main content

r.Velocity.EnableVertexDeformation

Var

Unreal Engine Var console variable.

rVelocityEnableVertexDeformation

Description

Enables materials with World Position Offset and/or World Displacement to output velocities during velocity pass even when the actor has not moved.0=Off, 1=On, 2=Auto(Default).Auto setting is off if r.VelocityOutputPass=2, or else on.When r.VelocityOutputPass=2 this can incur a performance cost due to additional draw calls.

Usage

r.Velocity.EnableVertexDeformation [value]

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