It is believed that soft references resolved during runtime, point to the edit time instances of actors instead of the runtime instances. This issue does not reproduce when it is called from an Inp ...
AI nav walking doesn't allow clients to set a "Base" for the character (SetBase from UpdateFloorFromAdjustment), so there is no floor result on frames where there is a net update. This causes simula ...
Using Attach To Component and Detach From Component with the Keep World option for the Location/Rotation/Scale rules does not replicate properly to clients. This does work when using AttachToActor a ...
When passing dictionary (map) variables through replicated (to server) functions, the value will not print out on the client. In 4.19.2 (CL-4033788) this caused a crash but in 4.20.2 (CL-4302132) an ...
If multiple Xbox gamepads are connected (even if mixing Xbox 360 and Xbox One), all is fine. Each gamepad maps to its own player controller. However, if a Steam controller and an Xbox gamepad are co ...
Widget Elements within a scalebox are inappropriately resized upon scaling. Tested in 4.19.2 (CL - 4033788), 4.20.2 (CL - 4306439), 4.21 (CL - 4305553) ...
Using 'Update Instance Transform' to rotate HISM instances will work in PIE, but won't work in a packaged game. This is a regression from 4.19.2 (CL-4033788). This issue was reported and tested in ...
Attempting to procedurally create SplineMeshComponents along the spline of a SplineComponent via a derived SplineComponent class's constructor causes the project to crash. It runs into an ensure mes ...
GPU Mesh emitters will not show up in a packaged project. Found in 4.20 CL# 4302132 and 4.21 CL# 4307852 ...
When creating a child Blueprint class and displaying the inherited variables from the parent, any tooltip text created does not show. ...