blueprint

Point zone

  • Exposure: public
  • UE Version: 5.6

avatar author

BorisBarczyk

October 30, 2025, 3:56 pm

A zone, circle, where the player is awarded points, per interval. Points are given using a template funcion, looking at an Enum list of point sources and basing the point value of of that. Spawns particles every 4 times points are awarded. (Starts with the first time, then skips 3)

Zone spawns at set points, using an array of vectors. Zone spawns at the first location on beginplay, then relocates to random points. Zone relocation happens with a timer. Timer starts when the player first enters the circle.

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v