When running a build with bSharedLinearTextureEncoding enabled, View.GGXLTCMatTexture and View.GGXLTCAmpTexture are pointing at the black texture fallback, which affects correctness of rect lighting ...
See Comments. User reported planar reflections aren't being applied to translucent materials on Mac OpenGL, which may also affect Linux OpenGL and Mac Metal. Need to investigate what this feature r ...
If a Procedural Mesh is created on BeginPlay (at runtime) instead of in the Construction Script, collision with non-player objects does not register correctly in packaged or launched games. This wor ...
If the user has set show mouse set to true and clicks the screen the Get mouse x and Get mouse Y will no longer return anything other than 0.0 Additional notes: This does not appear to be a regress ...
When designating 3 Intro/Start Up movies to play back to back in the Project Settings of a mobile project, the user reports that they will play as expected for Android devices, but only one movie wi ...
While attempting LaunchOn to an iOS device, the video and audio does not play. Attempts were made using the following video formats:mp4movavi Attempts were made using the following devices:iPhone 5 ...
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 ...
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 ...