When renaming actors during PIE the actor generates a new, non memory/temporary, actor package underneath the PIE world- this is then causing checks in EnumerateMemoryAssetsHelper (in AssetRegistry. ...
Seems to be an issue with how the cooker is calling the contents of TM-ShaderModels. ...
SetHitResultFromShapeAndFaceIndex calls if(PxMaterial* PxMat = PShape->getMaterialFromInternalFaceIndex(FaceIndex)) { OutResult.PhysMaterial = FPhysxUserData::Get<UPhysicalMaterial>(PxMat->userD ...
The underlying cause is some edge case involving a math expression node, which does some perhaps naive things with a contained graph. ...
Grabbing a Destructible Mesh Child blueprint with a Phsyics Handle crashes the editor during PIE. NOTE: This issue occurs whether or not simulate physics is active on the destructible mesh compone ...
When both LightMixer and ViewChanges windows are open, pasting a folder into the Outliner crashes the editor. For more detailed steps, refer to the Steps To Reproduce section. This happens whenever ...
This never happens on ue5.0.0 The problem appears to be caused by a deleted PhysicsProxy being registered with Solver. Since the solver accesses the deleted PhysicsProxy, it may crash. Checking a ...