Whitaker: Be careful when moving to cpp! 04/14/2023
When your blueprints just feel like they are getting over crowded with simple branch statements and playing animations it only seems natural to want to move some of that functionality over to C++; However, this can bring in a lot of bug if you have other classes reading from your over crowded blueprint! Especially when all your variables are in Blueprint initially. This is the issue I ran into just moments ago.
As I was transferring the tick logic on my Mash mini game character over to cpp I noticed all my variables I was checking against needed to transfer over too. Simple enough right? Wrong! after simple transferring all the variables and removing the ones I originally had in blueprint I noticed that now some other blueprints were not compiling! Rough, but not a difficult fix.
After adjusting my other blueprints to now call the cpp variables from my character class I could not get the game to go into the game over state and I could not figure out why! Turns out I missed one little check box that was buried in my game mode and took me just a little too long to find. Getting that sorted out and now I am cruising in that C++ style!
Get Party Panic!
Party Panic!
Race against your friends for the treasure in this 4-player party board game!
Status | Released |
Author | ctrl.alt.defeat.team |
Genre | Adventure |
Tags | Board Game, minigames, Multiplayer, party-game |
Languages | English |
More posts
- Game Over! Continue?Jun 24, 2023
- Reflecting on the Journey: The Finale of Party Panic's Development... or IS it?Jun 22, 2023
- New UI, same old usJun 17, 2023
- Animating A Mesh Without a Skeleton by WhitakerJun 16, 2023
- Animating Text in a Widget By WhitakerJun 16, 2023
- Final Stages and Future Prospects: Party Panic DevlogJun 15, 2023
- The Volcano is active!Jun 10, 2023
- Devlog: Conquering the Challenges in 'Crash'em Karts' - New Kart Racing Mini-gam...Jun 09, 2023
- Camera Angles and using new CamerasJun 08, 2023
- Party Panic! Devlog: Navigating through Challenges and Revving Up for a New Mini...Jun 02, 2023
Leave a comment
Log in with itch.io to leave a comment.