Using a 3D Widget with a text block who's font size is set to 1,000 will give a fetal error when packaged. Note: The package will succeed, however when the project is opened the user will receive ...
When using the Oculus Rift the user can look over one of the balcony's railings and see where one of the landscapes cuts off. This occurs on the Oculus headset. UE-40907 causes the Vive to clip th ...
Adjusting the RecatNavMesh in a map can cause the AI to not move when simulating or playing in viewport. Setting it back to the default value does not fix the issue. I can only reproduce this with ...
NAND is not an associative operation, so it should not use the markup that makes N+1 input nodes work by calling the underlying function N times. This was brought to light here: https://udn.unreale ...
Cursor reappears at wrong location after capture when "Use Mouse for Touch" and "Hide Cursor During Capture" Broken in 4.20.1 (CL - 4239966), and 4.21 (CL - 42455242) Working in 4.19.2 (CL - 40337 ...
The Auto Wrap Text property in the Text Block widget element appears twice in the Details Panel. Tested in 4.19.2 (CL- 4033788), 4.20.1 (CL - 4239966), 4.21 (CL - 4275031) ...
With a SceneCapture2D actor in a level the editor will crash when changing to a mobile preview. Working as expected in 4.20 CL# 4369336 Found in 4.21 Preview 1 CL# 4435822 and 4.22 CL# 4470579 Th ...
In 4.21.1 it is no longer possible to perform a Hot Reload when the game is open in the Editor and using the DebugGame Editor configuration. REGRESSION: Yes. A Hot Reload was possible in 4.20.3 whe ...
When using AttachToComponent at runtime, the attachment does not replicate properly for some clients. The relative transform/rotation is not maintained. The user who reported this issue mentioned th ...
We use the NumNonClothing section number to iterate in the sections, this is an error if the cloth sections are not at the end of the sections array. See the following picture of a search on NumNonC ...