When trying to launch on to any device the editor crashes. ...
Streaming out the navmesh and streaming the area back into the world before the GC runs causes the navmesh streamed back into the world to only have navmesh tiles on a layer with tiles that would b ...
When using Runtime Virtual Textures (RVT) on landscape in UE 5.5+, nearby tiles may remain blurry (low-resolution mips) after launching PIE or making large camera jumps (e.g. via bookmarks or viewpo ...
If you adding entries to a TMap in a custom asset type in the content browser, after a certain number of entries the last entry fails to be found with the "find" function for TMaps in blueprints, ev ...
The TSR History Rejection buffer develops a grid-like artifact over translucent, camera-facingplanes. This problem can be mitigated by increasing r.TSR.ShadingRejection.TileOverscan from 3 to 4 with ...
Editor can assert when changing the signature of an editor authored Blueprint Library Function (FuncA) if that function is called from a Blueprint Library Function (FuncB) via an actor's constructio ...
See UDN: [Link Removed] ...
Trying to pass a TAssetPtr to a BlueprintImplementableEvent function will result in a build failure. It appears that the TAssetPtr should be passed as a const reference, but this results in an error ...