Trying to use the eyedropper in the color picker window on Mac fails to grab any color values. The colors will only update when hovering or clicking within the viewport but the colors shown aren't c ...
When moving actors spawned from within the editor to a new sublevel, their meshes stop rendering. However, if you open a new level then re-open the old level the meshes become visible again. You wil ...
This issue takes a few attempts to repro. Sometimes when saving the icons will remain normal, but other times a red X will be displayed instead. Opening up the Level that is displaying the X and re= ...
When the CharacterMovementComponent makes the transition from falling to walking, it retains the forward velocity it had while falling. When the character lands on the moving object, its new velocit ...
When a client sends an Unreliable RPC to the Server in same frame with a Reliable RPC, Unreliable RPCs are Reliable. It implies extremely high lag on each lost RPC and all following ones. User lose ...
Via UDN: As has been discussed previously here and in CL 20055361, debug information is sometimes missing when compiling with Clang. We've pinpointed this to debug information not being emitted fo ...
When using a Tilemap with a Masked Lit Sprite Material, the tilemap will not render while in Standalone. In the test project, the Paper2D Blueprint character was switched to Masked Lit Sprite Materi ...
When setting up a BP via the scene with the new method of adding components and converting to a BP the child component that is set to simulate physics enabled will be offset from its original positi ...
If you open a material with the speedtree node plugged into WPO and then use a texture coordinate(index of 2) in base color the material will no longer compile properly. The full error is "Error [ ...
A crash occurs when attempting to run the Pixel Inspector tool after entering 'r.GbufferFormat 3' What this does is defines the memory layout used for the GBuffer. (affects performance, mostly thro ...