A crash occurs after enabling 'Forward Shading' on Macs. The crash is triggered after creating a new material and attempting to modify that material. Regression? No, this crash also occurs in the 4 ...
When converting a project to a different version of the engine, the GenerateProjectFiles.command process is not ran as it would be on Windows with GenerateProjectFiles.bat. This can cause issues, es ...
UAbilitySystemComponent::OnRep_ReplicatedAnimMontage doesn't handle some edge cases when stopping the montage when blending is involved. Namely, it's possible on a client (due to latency, etc.) that ...
User confusion over Visibility/Hidden in Game track. We're running into some issues where it's only switching Hidden in Game when you Play, which essentially does nothing with lights, among other p ...
The issue seems to have a few parts. First, active events don't persist between frames. Instead, a new active list is created each frame and diffed against the previous frame. Added events have Beg ...
Icons are being occluded when you shrink the actor panel in Sequencer. The expected behavior from the rest of the editor is to prioritize the functional UI elements [Image Removed] ...
When using an InterpToMovement component in a blueprint with the "Auto Update Tick Registration" and "Auto Register Updated Component" options unchecked, PIE will result in a crash. Found in 4.10. ...
DBuffer Decals have no effect when setting the flag for Receives Decals for an Alembic Geometry Cache actor. Alembic imports for Static Mesh and Skeletal Mesh are unaffected and work as intended. ...
Single Planes do not generate collision on import or with the Convex Decomposition window. Workaround: box Collision can be added via the Collision > Add Box Simplified Collision. I checked as fa ...
Set Vector Parameter Value on Materials doesn't seem to have an effect in packaged games if used in the construction script. Using it on Begin Play works as expected. This did not occur in 4.14.3. ...