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 ...
If a Curve Float local variable is created for a function, it will be garbage collected when garbage collection occurs. This causes the process to crash due to an null pointer error whenever it is r ...
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 ...
Project configured to spawn Niagara system via Character blueprint in a Code project fails to Cook, then crashes project on open Discovered when verifying [Link Removed] (also similar to [Link Remo ...
When a GameplayTagQuery variable is edited from inside of a DataAsset, the editor crashes when the changes are saved. This could be related to a bug that was fixed previously: [Link Removed] Regres ...
Collapsing an event binding to a function results in a function that takes in a delegate as an input. This function existing ends up causing any references to this blueprint class in another class t ...