The FRHIFrameFlipTrackingRunnable thread is not initialized on Windows, so RHIGetFrameRate always returns zero. As a workaround, remove the code added by CalculateFPSTimings for Windows platform, a ...
This is a race condition, did not crash with -onethread. Attached the collected threaded callstacks, although they look misaligned. Licensee has provided a suggested fix. ...
Including VoiceInterface.h causes compiling to fail until you include OnlineSubsystem.h in the same file. This is not expected because VoiceInterface.h is part of the OnlineSubsystem module which ...
Currently r8Unorm_srgb is required by virtual texture lightmap, and the Metal RHI simply forbids r8Unorm_srgb on Mac platform. Since the latest MacOS 11.0+ have the support of r8Unorm_srgb, we shoul ...
This is only occurring on Mac and only in OSX 10.12. This is also a regression from 4.13 Right clicking in the dock, Show all windows, and selecting the game window does NOT fix the issue. Runnin ...
Editor hangs if changes are made to the material which is currently assigned to a landscape while the landscape editor is open. Also spams "LogMaterial: 0.03 seconds spent updating 1 materials, 1 i ...
Licensee has reported an issue with the source code and proposed a fix. The issue is that the source is assuming that TG_PrePhysics is the first tick group in all cases. Information can be found abo ...
When adding an interface to a blueprint, only blueprint created interfaces are available. Engine / custom interfaces written in code are not listed. Regression: Yes - custom interfaces are present ...
If a device has no available input or output devices, activating an Audio Capture component will cause the device to crash. Occurs in Editor and Runtime. Assertion failed: NumTotalFrames > 0 [File:E ...
This is a frequent crash occurring in the 4.15 Preview. No other information is currently known. Regression? Yes - there is no evidence of this occurring in 4.14 ...