You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Clean up the logic in FTopologicalFace::UpdateBBox and remove potential crashes - Modified logic in UE::CADKernel::FindLoopIntersectionsWithIso to only return unique intersection values - Fixed TCurveSamplerAbstract::RunSampling to immediately return if there is no segment to sample - Fixed issue with import of multiple files in Datasmith: The UnloadScene of the translator was not called until all the sources were imported. This was not correct for translators which use SDK with global settings, i.e. OpenModel. - Fixed FAliasModelToCADKernelConverter::AddFace to only add a Face if it has at least one loop. - Made sure debug 'ensure' were not hit in regular builds #rb jeanluc.corenthin #rnx [CL 34252115 by jeanluc corenthin in ue5-main branch]