Custom Time Dilation causes PhAT bodies to hover This is not only happening with vehicles like the original bug described. This is also happening with PhAT skeletal meshes that are moving. https:/ ...
The original reported behavior called out that filling individual channels did not apply to LODs when LOD Model Painting = False. With changes implemented in 4627582, the initial fill will reach LOD ...
When a LocalFogVolume is used with ExponentialHeightFog, it does not correctly fog translucent objects. ExponentialHeightFog and Volumetric Fog from a LocalFogVolume both correctly occlude transluc ...
User does not change anything in Client Play Camera Shake. Reproduced in 4.8 and Main (//depot/UE4/Promotable-CL-2581498). This is a Regression: it works as expected in 4.7.6 ...
Damping is handled differently at lower frame rates. Slight changes in damping at lower FPS (25) drastically effects objects and isn't applied in the same way as at higher FPS (60) User Description ...
When you create a latent function in C++ with the FLatentActionInfo first it will incorrectly set up the linkage for the latent info such that it gets linked to the incoming execution pin of the fun ...
Instanced EditInlineNew objects are kind of broken right now and hard to make full use of. In addition to the notes above, there are some cases where you can't even assign new values into the base c ...
Using UFUNCTION(Server, Reliable, WithValidation) with an RPC function results in a failed build in Visual Studio. The same test in Main yields a different set of error messages. ...
The order of passes related to Decal rendering (without the DBuffer) and CustomDepth is changed by the CVar "r.Lumen.AsyncCompute", even when Lumen is not enabled. This causes Decal Materials that ...
Listen For Input Action firing erroneously. Confirmed in 4.26 MAIN @ CL 11536993 ...