Week 9: Post 3
I am feeling more relieved than I was at the beginning of the week. I finally got my code to compile correctly. It kept giving me an error that said that the patch kept failing when I would create a C++ class with dependencies. But when I would create an empty class it worked fine. So I decided to yet again, copy my content and put it into a new template. Doing this allowed for the code to compile for some reason. I really believe that the Unreal Engine program has a lot of bugs in it. It really doesn't make sense that all of my issues have been resolved by copying my content folder and putting it into a new template. But with this being said, I was able to code for my passive movement finally. I just had to get the x,y, and z location as I moved the camera around, put that into a CSV file, and then parse the file. It now works exactly like I wanted it to and I'm not as stressed about it anymore. I'm so close to finishing everything. I still have to download the program f...