A licensee reported some of their particles disappear when setting the actor's custom time dilation 0. This seems to happen when a particle is using PSA_Velocity as Screen Alignment. This repros in ...
When clicking and dragging a widget in the designer tab of a widget blueprint some options in the details panel will begin to move/shake/jitter/readjust. ...
This is caused by adding an item to a grid panel inside the grid panel iteration loop. The same operation to canvas panel goes well without any errors. The difference is that the array iteration in ...
Licensee reports this change, and can confirm a very rough similarity observed in a template project in 4.27: [Image Removed] ...
WaterBodyCustom seems not to work with Distance Culling settings on its own actor, either Draw Distance/Never Distance Cull or Allow Cull Distance Volume. It only can be controlled by the CullingD ...
Users can select ctrl + z while playing in Editor causing PIE to stop and undo last change, often freezing the editor temporarily, and sometimes causing a crash. Workaround: This does not occur if ...
When using a controller to navigate/ interaction with UI it appears that the "Skip Assigning Gamepad to Player 1" option is not taken into account when assigning input for UI. ...
This memory leak seems to be caused by the TMemStackAllocator of FRayTracingMeshCommandOneFrameArray. Using the FDefaultAllocator for FRayTracingMeshCommandOneFrameArray works as a workaround. // ...