Spawning Particles UE

Unreal Engine Blue Prints. Hello I want to spawn a Niagara effect in a specific location on the map using a button press on the keyboard. From the videos that I have seen I assumed this would work. Sorry if this is simple I am very new to blue prints.

Have you set a gamemod and player input for that?

Sorry I actually don’t know what those are. I created a blank blue print and made what is on the screenshot.

Your function have to be read by the player x otherwise it’s disabled.

Press at the blueprint background, in the details (right side) search for input and change from disabled to player 0.

Check if that works.

Take a deep dive into: https://dev.epicgames.com/documentation/en-us/unreal-engine/getting-started-in-niagara-effects-for-unreal-engine

Hi Musho,
for blueprints that are not the player, you must first enable the inputs with the “enable input” node

Hello I just got to try out your guys advice and it helped me out. Thank you.