Hi there,
for our studies we have to create an infinity runner. Based on several tutorials we have already created one Blueprint for a platform. In this Blueprint we have two triggervolumes. One to spawn a new platform and align it to the previous one and one to destroy the passed platform.
In our second Blueprint BP_RunGameMode we created a function to spawn 10 platforms at the start and then to always add one platform accordingly if the our Pawn walks through the Spawnvolume.
This worked fine so far. Now we tried to add a switch to randomly spawn two different platforms. For that we simply copied our already existing BP_Platform and just changed the Static Mesh in it. Unfortunately we cant start the game anymore because of the following error.
This is our platform blueprint:
Additional our spawn platform blueprint:
We can’t figure out the problem with this single message line. Does anyone know where the infinity loop appears?
Thank you very much!