Description

Discuss with the team what the actual desired behavior should be and adjust
this calculation.

This one is meant to stabilize the motion blur when we have a variable delta time but may be having knockon effects that we don't want in a sequencer cinematic situation.

ViewState->MotionBlurTimeScale = bEnableTimeScale ? (1.0f / (FMath::Max(View.Family->DeltaWorldTime, .00833f) * 30.0f)) : FixedBlurTimeScale;

Also we have reports that even at slomo/playrate of 1.0 you get 2x the desired blur at 60fps. This may actually be 'correct' size we're trying to normalize at 30fps.

Steps to Reproduce

use 'slomo' command or playrate track in sequencer while motion blur is active.
observe that motionblur length does not match actual pixel movement from frame to frame.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-46172 in the post.

21
Login to Vote

Cannot Reproduce
ComponentUE - Graphics Features
Affects Versions4.25
Target Fix5.1
CreatedJun 16, 2017
ResolvedAug 19, 2022
UpdatedAug 22, 2022