How to change location of sceen capture component?

Depends on the structure of the project, how the Game Mode and Levels work. What’s loaded and what’s spawned dynamically.


If the player is in the Level already and so are the platforms:

  • make the variables Instance Editable and:


If the player is spawned dynamically:

  • have the Level tell them about the platforms
  • the player holds an array ready to be populated:


If you’re using some other structure to organise the project, you’ll need to explain.