Reported in SF [Link Removed] On Meta Quest headsets, when Lumen is enabled for VR, setting the Effects Quality to High can cause visual artifacts to appear in reflections in the right eye of the h ...
From user:"We have ran into an issue with soft object pointer fixup/remapping with the World Partition converter. If you have a sublevel that contains a level script and an actor that is hard refer ...
When playing in editor, if you fire your weapon at a trigger volume, the projectiles will bounce off of the volume, regardless of the fact that the collision is set to Query Only. This collision als ...
Returning 0 bytes in GeneratePCMData results in the procedural sound wave not continuing to play audio. Instead of returning 0, we need to return an empty buffer if the procedural sound wave doesn't ...
Compile errors caused by an actor calling a function with something hooked up to a removed parameter can cause that actor to lose it's place in the hierarchy. Typically, the actor will be fixed once ...
When upgrading a project to 4.15 (in my case from 4.14.3), the colors seem to have shifted in contrast/saturation. It is not a huge difference, but noticeable enough to affect the overall result of ...
Making a call to GetPawn in an AIController class will return NULL which will crash when that return value is used. This is a regression as the call is made successfully in 4.8.3. Working CL: Work ...
When this issue occurs printing out the addresses of each item in the array shows that elements 2 and 3 have the same address, so for some reason the second element's value is being overridden by th ...
On the 6S, the SunTemple scene is almost unresponsive. As the player uses the thumbsticks, the lightmaps from the windows rotate to mach the player's movement; but they are the only thing. This doe ...
Print String node will stop printing to the screen if PIE is exited while Gameplay Debugger is active. Restarting the editor fixes the issue. ...