HaywireInteractive / OnAllFronts-Public

UE5 MilSim FPS / RTS Game (formerly ProjectM)
MIT License
128 stars 24 forks source link

Eliminate having to specify defaults for FMassNavMeshMoveFragment twice #745

Closed Leroy231 closed 1 year ago

Leroy231 commented 1 year ago

In FMassNavMeshMoveFragment we have a bunch of variables with default values, and then we repeat those in FMassNavMeshMoveFragment::Reset. This isn't great as things could accidentally fall out of sync. To resolve: