Generate Lightmap UVs fails very frequently on FBX imported meshes. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8971176 ...
Changing the state of a PrimitiveComponent->BodyInstance while SetSimulatePhysics(false) updates the game thread but does not update the physics behavior. In the repro project provided (see addl in ...
Building the Engine using Debug Editor configuration can result in a crash if a project is run in PIE mode. No crash occurs in the same project if the Engine is built using Development Editor config ...
VT Lighmaps don't have the same results as the regular lightmap counterpart and don;t render shadows. https://udn.unrealengine.com/questions/578318/lightmaps-different-after-switching-to-virtual- ...
Calling UMoverComponent::IsModifierActiveOrQueued() immediately after calling UMoverComponent::K2_QueueMovementModifier() will return false. Checking the code, IsModifierActiveOrQueue() calls FindMo ...
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 ...
Mousing over a softclasspath pin from a struct while debugging a Blueprint can lead to a crash. ...