This seems to have regressed because of the fix to [Link Removed]. Because UWorld::InternalGetNetMode now only returns the DemoNetDriver's NetMode when it is recording and in its tick, the multicast ...
Suggested fix from licensee is : PhysAnim.cpp@339 #if 0 FVector RelPos = RecipScale3D * RelTM.GetLocation(); #else FVector RelPos = (BoneIndex == 0) ? RecipScale3D * RelTM.GetLocation() : Rec ...
HISMs cause mobile VR app to crash. Confirmed in 4.23 MAIN @ CL 6829265 ...
Two local variables with the same name in two different functions still interact with each other in some way. This was reported in TTP 346132 and fixed in that case, but currently if a local variabl ...
Crash occurs when the user closes the editor while there are blueprint thumbnails visible in the Content Browser. This seems to only occur if the editor was opened with blueprint thumbnails also vi ...
Clicking the Override option when attempting to replace a keyboard shortcut with another key that is already bound will not update the settings. Workaround: Unbinding the key before rebinding it to ...
Cannot undo the creation of a comment in the material editor. When creating the comment, it automatically has you rename the comment. When hitting Ctrl Z, you undo the renaming action, but never the ...
In UE4.14, the Editor freezes and is unresponsive and/or user cannot use any element of the editor in the second display Regression: this did not occur in previous versions of the Engine: tested in ...
This is a small issue, but the icons represented in the Startup map for the teleportation destination and orientation need to be swapped. The Motion Controller map uses the icon that reflects the di ...
Opening the WeapGun or WeapLauncher blueprints will show that Mesh3P has a relative rotation of -90, however both meshes are shown overlapping each other. When an instance of the blueprint is added ...