Search
Week of Sweeps
- Liam Healey
- Oct 8, 2021
- 1 min read
Updated: May 22, 2024
Voidsinger
This week was spent mostly on creating a custom sweep function for the player ship. I needed to create a custom sweep function because the built-in sweep functions only sweep the root component. I could have made a custom UPrimitiveComponent and set it to the root component but that would have been more time-consuming to create.
Comments