"Particle exlopsion" after clicking on a certain point of the screen

Hi there,

I’m fairly new to the UE4 and I’m struggeling with this problem:

For my first project I need to make something like a particle explosion (or a “coloured fog explosion”) when the top left corner is clicked (or a certain key is pressed), as well as saving it to an array (which I could do by myself).

Hopeful that somebody can help me and with best regards,

Bausch

Hi

Spawn the explosion particle at desired location

Like this

Hi,

thank you :slight_smile:

And how can I make it to use the for example top right corner of the screen?

Bausch

What you are going have to do, is first, work out the resolution of the players screen.

When you have this you should be able to implement the below.

So you would get centre, then is size is 1024*768, you could just use some variable to work out the corner.