Help with Spawning BP

Hi

Need help fixing 2 spawning 2 BP. One no longer spawns, other randomly spawns outside parameters.

They both need to both do the same thing but at different locations. Sorry the are messy.

I will try to explain how it works.

I have a upwards game in 4x4 grids. Each 4x4 grid I want 1 each 4x4 wide and high.

Var Width and Height are in 1’s. Each section are 400x400, so middle of first grid is 200x200x200.

Not worried about X. I am only looking at 1 trap per “Height level” in this BP, but if I fix Pickup BP, I may add more.

Also tried to make it thought a trap could not spawn on player location.

Infinite loop, while trying to make sure not out of area.

Randomly spawning out of area.

Up & Sideways are both set to 200 default in both.

Any help would be nice

Regards

Hey there, could the collision handling override be adjusting the position?

Hi

Was not that, it was a number in the loop function.

Cheers for help