GetScaledCapsuleHalfHeight multiplies the CapsuleHalfHeight by the lower scale value, even if it is X or Y. Seeing as Half Height should only be related to the Z scale, this does not work out proper ...
This bug seems to repro very inconsistently for me, but I've seen it affect Atmospheric Fog and Exponential Height Fog, and reproduced in 4.18.3, 4.19.2, and Main CL 4093338. I've attached Config fi ...
Does not occur if the root widget also disables the fast path. As a result, the current workaround is to ensure that the fast construction path is also disabled on the parent widget by making sure ...
Animation Blueprint preview window does not update to displays the effects of the Anim Dynamics node. Preview updates fine in the asset's Blueprint and PIE. Still occurs when turning on "Enable L ...
The bUseIncrementalLinking option does not appear to actually perform an incremental build when building for the Debug or DebugGame configurations. When a build is performed with bUseIncrementalLink ...
The Set Position in Viewport node does affect UserWidgets position. It keeps it 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL - 4465720), 4.22 (CL - 44654877) ...
In 4.14, changes were introduced to share replicated state between objects on the server (Shadow State) this was done to allow sharing property comparisons to determine when objects needed to replic ...
Using the command in the repro steps on Linux will cause the Editor to crash and CrashReporter to pop up with a callstack. This behaves differently when tried on Windows with -vulkan. The project ...
Streaming a level back in before it finishes streaming out behaves undesirably. When a level is streamed out the actors/components in the level are incrementally unregistered over multiple frames. ...