Timelines in ActorBPs no longer work in projects packaged with BP nativization. Timelines in LevelBPs still work. Confirmed in 4.23 MAIN @ CL 5806859 ...
Blueprint functions aren't showing up in the Profiler Tool. Found in 4.23.0 CL#8386587 Reproduced in 4.24.0 Main CL#8781358 ...
Clang physx builds in 4.23 seem to be broken due to a change of GuPersistentContactManifold.h including #pragma warning and no longer ending in a new line. ...
Screen aligned particles with very low velocity will squash in 4.23+ (No squashing in 4.22) Confirmed in 4.25 MAIN at CL 10333042 ...
Cloth mesh reverts back to original painted mesh after editing Tested: 4.23.1 CL#9631420 4.25 CL#10730208 ...
Rect light does not use its assigned source texture on MAC OS. Tested in: 4.23.1 CL#9631420 4.25 CL#11062379 ...
A licensee has also recommended a fix for this issue, please see the UDN link for details. Example renderdoc capture of the issue can be found here - [Link Removed] ...
A workaround was provided for the user, to use 'Set Attach End to Component' nodes during BeginPlay. While this fixes the issue in gameplay, the editor preview no longer syncs with gameplay. ...
Something must have changed with how LERP's or Vector Transforms deal with a float 0 value, which breaks this particular material Error:[Image Removed] Fix:[Image Removed] ...
Setting a plugin module's type to "Editor" causes syntax highlighting in XCode to break for .cpp files in that module. Setting the type back to Runtime fixes the behavior ...