This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
daacee5732ea20871e243ccd11746bd97a142e4e
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
/
Private
History
jimmy andrews
5e5d976da3
fix unreachable implicit "++iterator" in cases where a for-loop was used to just grab the first element of a set or map
...
#rb lonnie.li #lockdown michael.balzer [CL 31880424 by jimmy andrews in ue5-main branch]
2024-02-28 14:51:06 -05:00
..
Clustering
…
CompGeom
fix unreachable implicit "++iterator" in cases where a for-loop was used to just grab the first element of a set or map
2024-02-28 14:51:06 -05:00
DynamicMesh
fix incorrect invalid-ID check in SplitInteriorVertexTrianglesIntoSubsets (to fix crash in bevel code)
2024-02-09 17:34:40 -05:00
Generators
…
Implicit
…
Intersection
…
Operations
fix unreachable implicit "++iterator" in cases where a for-loop was used to just grab the first element of a set or map
2024-02-28 14:51:06 -05:00
Parameterization
Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
2024-01-19 16:41:35 -05:00
Sampling
Replaced RemoveAt(N, 1, EAllowShrinking::*) with RemoveAt(N, EAllowShrinking::*).
2024-02-19 16:51:58 -05:00
Selections
Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
2024-01-19 16:41:35 -05:00
Spatial
Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
2024-01-19 16:41:35 -05:00
Util
…
DynamicMeshEditor.cpp
…
EdgeLoop.cpp
…
EdgeSpan.cpp
…
GeometryCoreModule.cpp
…
IndexUtil.cpp
…
MathUtil.cpp
…
MeshBoundaryLoops.cpp
…
MeshRegionBoundaryLoops.cpp
…