When Use mouse for touch is enabled, the button fires onreleased event. Here is what I investigated. Use mouse for touch enables gesture action in the button that leads to LongPress gesture fires ...
The USplineComponent appears to be corrupted. It will pass the null check, but operations done on the data cause the engine to crash. (See the linked UDN for more details) ...
According to information from the licensee, the else clause was added to "FSkeletalMeshLODModel::(GetClothMappingData()" at CL 4437969 , but if it is the cloth data existing from 4.20 or earlier, it ...
'Set from Euler (Quat)' and 'Set Components (Quat)' BP nodes have no output. These nodes are new in 4.22 Confirmed in MAIN @ CL 5423420 ...
Hold shift no longer appears to correctly lock on to object in the editor while they are being translated. This appears to be a regression ...
There is a difference in implementation and set of checks that are made in GetKnownPerceivedActors() depending on if you use specific SenseClass or leave it as nullptr (so it will return info for al ...
Editor crashes when opening to project browser on Linux. Fatal error: [File:D:\Build\++UE4\Sync\Engine\Source\Runtime\RenderCore\Private\RenderingThread.cpp] [Line: 819] Rendering thread exceptio ...
Toggling the Preview Plane boolean for the Planar Reflection Capture Component causes the editor to crash. Tested in 4.22 (CL - 5365847), 4.23 (CL - 5408081) ...
HUD can cause a crash when used with Mobile. "When running from visual studio exception happens here: https://github.com/EpicGames/UnrealEngine/blob/4.22/Engine/Source/Runtime/Renderer/Private/Mobi ...
Performing a Hot Reload after creating a custom UClass class can result in a crash. This was reported on Linux, but reproduced on Windows. Additional testing will be done on Linux to confirm the is ...