You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Add functions to TTriangleMesh for finding open boundaries, merging coincident vertices, and removing degernate and duplicate faces. Have CleanCollisionParticles() first attempt to repair holes in geometry due to such discontinuities prior to calling GetVertexImportanceOrdering(), as some topologies were failing to get surface curvature. Added the ability for ManagedArrayCollection::CopyMatchingAttributesFrom() to skip specified attributes. This is so we can skip uncopyable arrays (TUniquePtr) rather than fail. #fyi: Brice.Criswell, Benn.Gallagher, Michael.Lentine #rb: none #jira: none [CL 12167991 by Ryan Kautzman in 4.25 branch]