There are a number of missing texture assets which are failing to be read when the editor opens. This is causing a warning to be thrown each time the editor opens, potentially causing CI/CD tests (i ...
I've noticed calling SetActorLabel() on a Landscape will call PostEditPropertyChanged() which causes the Landscape Components to regenerate all collisions. As per the repro, this can take a long tim ...
In [Link Removed], it mentions that only the instance in the editor viewport supports switching to Simulate In Editor when running multiple instances in PIE. However, rather than showing that instan ...
Repro rate 3/5 Regression to be tested Testing with a fresh level sequence no crash occurs, Tried to do it without rekeying and did not get a crash. I repro'd it a few times and sometimes no crash ...
Using the "end" key on foliage selected with collision preset to "BlockAll" and the mesh collision complexity set to "Use simple Collision as Complex", the foliage will not move. This is wrong becau ...
In Game Input, the buttons for different thumbstick and trigger digital events (i.e. RightStickUp, LeftStickUp, LeftStickRight, etc) can actually fire multiple times in a single frame, even though w ...
This issue was reported through a UDN. Licensee mentioned that they are seeing a hole in their Nanite mesh at as they move away from it. Using the Nanite debug view we observe at a certain distance ...
In some situations, it can be useful to have a replicated editor-only C++ property (For example, the user that reported this issue was attempting to replicate settings to the client for game designe ...
A welded hierarchy blocks updates to collision settings on all but the root primitive. Calling SetCollisionResponseToChannel on the children won't work. The licensee noticed that IPhysicsProxyBase* ...