This is a race condition caused by how "Clean.bat", a batch file used during rebuilds, tries to manually rebuild the UnrealBuildTool project when it runs. This causes a spam of UnrealBuildTool build ...
When creating Foliage or Procedurally Generated Content the culling settings of the Static Meshes do not apply correctly. As soon as either a minimum or maximum cull distance is set the Static Meshe ...
When changing the variable type or return type of a function in code and hot reload in the editor, blueprints that use the variable/function do not have their pins updated until the editor is closed ...
After adding C++ to a content-only project, Create Session no longer works in a packaged game. The following warning appears in the log: LogScript:Warning: CreateSession - Invalid or uninitialized ...
Running into an intermittent crash in MetalRHI when locking to a camera cut in a level sequence. Very similar to [Link Removed] which is an NVIDIA GPU. ...
This occurs because the MakeStruct node will create a literal term for each input if nothing is connected. However, there is no explicit handling of some native 'noexport' struct types (e.g. FVector ...
r.MobileContentScaleFactor = 0 should return Native Resolution; 1 should return Standard definiton; 2 shold return an High Definition Resolution. It seems that r.MobileContentScaleFactor is being i ...
Testing Vulkan DLS and hit this crash when running the app on Nexus 6p. This crash does not reproduce on Nexus5_4012_Adreno 330 ...
When closing ShooterGame on an iOS device, the application crashes due to "exhausting the real time allowance of 5.00 seconds". This issue is NOT a regression for //UE4/Dev-Networking as it is also ...
When Lumen is disabled, but the cvar "r.MeshCardRepresentation" is set to 1, Lumen will continuously enqueue object removal from the Lumen Scene, without ever emptying the array of primitives to rem ...