Uniform folding is not working with material parameter collections along with one additional unnecessary instruction generated. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8748719 ...
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 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 boolean "bRunPhysicsWithNoController" has an attached note that reads: " * Normally without a Controller, movement will be aborted and velocity and acceleration are zeroed if the character is w ...
The Editor is crashing when enabling SSAO while MSAA is enabled. Found in 4.23 CL# 8386587 and 4.24 CL# 8569829 ...
Geometry Collection crash on PIE in iOS preview. ...
If an actor is simulating physics, it appears that it will still rotate around a locked axis if it overlaps with another static mesh ...
Placed Editor Utility Base was recently deprecated and users who require the functionality of ticking in the editor are unable to use "Editor Utility Actor" or "Editor Utility Widget." A couple of u ...
Importing custom pre-triangulated UCX collision data, can modify the topology of the mesh producing an inaccurate collision shape. ...
Adding a Bind Event node in different ways can create nodes with identical names (Bind Event to <Dispatcher>), but under the hood they are actually different nodes. Easiest evidence is that they ha ...