When you create a NavMeshBoundsVolume, it automatically creates a RecastNavMesh-Default. You can change the settings of the nav mesh there. However when you change settings of this RecastNavMesh it ...
The editor appears to have longer load time as compared to an older engine version (4.20.3 loaded in seconds while newer version appear to load the same project in over a minute) ...
When assigning an array of actors that implement a specific interface to an array of the specific interface the engine crashes. This doesn't happen if the actor array is put through a for each loop ...
The documentation example to create your own asynchronous image load from disk results in a memory leak that is noticeable using the task manager. ...
When attempting to get the vertex color of an instance of of a static mesh that is painted after placing it in the World Viewport. The Editor crashes returning an "Unhandled Exception". The cause o ...
Disabling Shadow Denoiser causes raytraced shadows from Rect Lights to disappear ...
If I disable "Save Record Assets", all animations are recorded. I have checked the implementation of bSaveRecordedAssets, but I am not sure if this is the intended implementation. ...