I used Strings Mapped to Enumerations, and Enum Switches, and broke the problem into Reading a Line (string) into a Round (struct), and Scoring the Round.
Month: December 2022
Advent of Code in Unreal Engine Day 1
Day 1 splits into two logical steps. Processing the input, summing the parsed values into a new array, and then from that getting the answers to part 1 and part 2.