Creating a Packed Level Instance from an asset with a negative Scale Transform inverts normals. Using Create Level Instance will not cause this to occur. ...
From UDN We use SetAllBodiesBelowPhysicsDisabled() to disable some bodies of our Vehicle. However by drawing the disabled bodies' particles position, we found those particles stay where they disab ...
Following code works as a workaround void FClusterUnionManager::HandleAddOperation(FClusterUnionIndex ClusterIndex, const TArray<FPBDRigidParticleHandle*>& Particles, bool bReleaseClustersFirst) ...
This issue occurs when a static function is created and has a struct parameter that has a delegate exposed to blueprint. When using the helper function in blueprint after having used "Split Struct ...
When pressing the "Show Inactive" button in the material instance editor, all material parameters are supposed to be displayed in the EditorUI. This is not the case, only some of the parameters are ...
A licensee is reporting that using a loading screen with the incremental garbage collector can result in a dead lock when a loading screen is displayed. The licensee found out that: -------------- ...
The following worka round works :float SLevelViewportToolBar::GetTransformToolbarWidth() const { ... #if 0 // float ViewportToolBarWidth = static_cast<float>(GetCachedGeometry().GetLocalSize(). ...
When a Nanite skeletal mesh has a virtual bone the engine can crash when changing LODs ...