Landscape disappears from scene if added to a sequence, selected in scene, and the one of the tracks in sequencer(not the landscape that has been added) is selected again Landscape was added to t ...
Attempting to create a local binary build of the Engine that includes iOS currently fails. The error message that appears ("ERROR: System.Collections.Generic.KeyNotFoundException: The given key was ...
Translucent objects ( e,g, effect, fog sheet ) blink when using Vulkan with Kirin 970 device. This issue doesn't occur on Vulan mobile preview, Snapdragon device, and Huawei honor 9(Kirin 960). ...
When the user attempts to connect delegate pins that don't match, they received a confusing mouse tooltip message that simply reads "Delegate is not compatible with Delegate". Suggested fix: When ...
When creating an AnimBP with 3 or more layers using linked AnimGraph nodes and going through a state where animation is initialized such as replacing SekeltalMesh, the AnimBP on the 3rd layer is not ...
Debug drawing with AnimDarwDebug~ does not work when RootMotionMode is set to "RootMotion from Everything". In addition, the same issue occurs when MultiThread of Animation is turned off. Licensee ...
Planar Reflections lag behind VR headset movement [Link Removed] Reporting that reflection captures lag because they happen before late update is applied. Includes an experimental patch that fi ...
When switching the Camera's Exposure Metering Mode from Manual toHistogram, the exposure level resets and takes time to settle. The Licensee has a proposed code change that would fix this issue. Als ...
Clearcoat Shader will stop receiving lighting information if any mesh assigned the material using the shader leaves lighting. Also Reproduced in Launcher 4.9 Preview 4, Main-CL-2660934 [Image Remo ...
Character::OnJumped_Implementation() should be virtual or users' custom implementations will not be called. If they declare it with "override" their code will fail to compile. Already fixed in Main ...