The Editor will crash in PIE when an Actor calls a method in a UObject that modifies some FString members in the UObject. In the Attached project, the UObject class contains two FString members and ...
If the user rotates a background blur widget and then tries to resize it, this will cause the editor to crash Note: Widget cannot be opened if the widget is saved in this state. ...
If you enable VR Mode auto entry, close the project, and then attempt to launch the engine again from the Binary launcher while the HMD is active (being Worn), the Project Browser will crash ...
**Physics collision ignores Capsule Collision, When Skeletal mesh root bone orientation is rotated in the Z-Axis, resulting in unexpected collision behavior. Screen shot has been attached to de ...
Certain Map container calls (e.g. Find, Add) will fail to compile at packaging time if a Blueprint class containing a Map variable with a user-defined enumeration as the key type is nativized. This ...
Discovered this while verifying [Link Removed]. Devs informed me of a command line argument that could be used to output D3D11 debug information and using it caused crashes in both //UE4/Main @ CL 3 ...
Crash adding subscene to a looped subscene. Note this did not repro with brand new sequences not sure what's different about this older content. This also occurs in Release-5.0. ...
Landscape Materials which use the new Grass Output and have Tessellation turned to PNTriangles will crash the engine Also reproduced in Main Promotable-CL-2550487 & Releases/4.8/Promoted-CL-255045 ...
The game crashes because of a nullptr SkinnedMeshComponent in FSkeletalMeshObjectGPUSkin::GetUsedVertexFactoryData when r.PSOPrecache.Resources is enabled and a skeletal mesh is loaded due to a new ...
This happens because the Blueprinted component is not also enabled for nativization, but the nativized Actor BP tries to use it as a native class type. Current workaround: Ensure that the Blueprint ...