Change environment with a trigger box

Can you use a trigger box to change the environment? Kind of like P.T.(silent hills playable trailer) does when it came out. In a more detailed explanation when you trigger the box the environment changes a bit, scariness rises or kind of like going to another level in a way(same map).

Yes, you can do that.
But since you would need to change so many things from the one trigger all at the same time,
I think you will need to do it by streaming in another level right on top of the current one and then unloading the current one.
Another way to do it could be simply to have a lot of instructions in your level blueprint to change each actor in the level.
If you need to do it that way then if most of the actors to be changed have the change instructions in their own blueprints then i recommend using an event dispatcher.
But if it is not that way then event dispatcher wouldnt mkae much difference.

Best way really depends on the effect you want and how you have arranged everything.

Okay I’ll try that.

Disclaimer: Those are just ideas. I have never done something like that myself :slight_smile: