My Solution to the C++ SetNextWaypoint Task

This was a good challenge… had to backtrack a couple of times but got it working. Getting the TArray to work took the longest since I was unsure of the syntax. Getting crashes and I thought it was the reference but it was just a typo in my LOG statement. Used a reference to the array since I think without it the whole array gets copied every frame which seems a waste.


Privacy & Terms