Use AMB via Console
IMPORTANT: This is only intended to be used for debug purposes!
Command | Purpose |
---|---|
r.AccumulationMotionBlur | Globally enables or disables the effect. (It does not trigger it on its own, use r.AMB.Toggle for that) This is generally what youβd want to set if you want to give the player the ability to disable the effect. |
r.AMB.Toggle | Toggles the effect. Useful if itβs staying on the screen after a game session. |
r.AMB.SetIntensity | Sets the Current Frame Weight. |
r.AMB.SetZoom | Sets the Zoom value. |
r.AMB.ForceResetAccumulationBuffer | Temporarily makes the Current Frame Weight be 1.0 for one frame |