BoxCollison's OnComponentHit event is not triggered when BoxCollison hits a spawned actor with simulate physics enabled. The event is triggered if the same actor has been placed in the level beforeh ...
Drag and drop operations don't work correctly when "Render on Phase" is enabled in a retainer box. When "Render on Phase" is disabled the drag and drop operations work as expected. In 4.23.1 the dr ...
Shadow quality from a movable directional light has lower resolution quality than the previous release of the engine. This is a regression in quality from 4.12.5 to 4.13. Tested with: Good Quality ...
When using the Spawn Actor from Class node, the Spawn Transform Scale is being multiplied by the actor's original scale, instead of just setting the scale to the Spawn Transform's value. In 4.11.2, ...
When using a mesh as an Instanced Foliage Actor the Levels of Detail are always rendered. The user reporting this issue mentions he needs to use extreme different LOD value ranges for screen size wi ...
It appears two shadows are created when building static lighting for Landscapes. One seems to be offset while the other is accurate to the angle of the light source. I tested this in 4.9.2, 4.10.4, ...
User reports hitting an assertion due to invalid FTickTaskManager state when game is attempting to unregister a tick function that was previously disabled dynamically. Failed assertion is in FTickT ...
Files and directories with special characters %, @, * and # are not escaped when sent to the P4 Client API. For example, an '@' character is common in root workspace folders when using concurrent bu ...
There is a performance difference between spawning and placing AI into a level. This is causing issues when spawning/despawning AI actors in a large open world, where 4-5ms of frame time quickly bui ...
AddProceduralMeshComponent node throws UnknownTemplateReferenced errors in duplicated Function User description: 1) Make a function that has a Add Procedural Mesh Component node. 2) duplicate func ...