We have phisically simulated UI elements in front of the camera. An undesirable motion blur effect is applied on it preventing us from doing what we want.
The following picture shows a transparent grid that has our moving physics applied and is placed in front of the camera:
As you can see the transparent object gets completely blurred except on the areas in front of the gun.
I have found out that many people have this issue and no real answer has been given so far. We used to have the ability to exclude objects from motion blur in UDK and its also a feature we’ve had with another engine.
From UE3 Documentation:
In the Actor you can find the Motion Blur Scale. That value was once needed to disable motion blur on object that move with the camera (e.g. platforms). This is no longer needed as the motion blur now correctly handles such relative movements. The value will be removed soon or reactivated if we realize me miss some cases with the new implementation.
http://udn.epicgames.com/Three/MotionBlur.html
We need this back, UI nowadays are often rendered in world space with movements relative to the camera.
Could we have some hints on how to achieve this? This is affecting one of the cool features of our game.