I’m trying to set the target location of a beam particle emitter using blueprint, but I’m not finding a way to reference the specific emitter that contains the target. For example I have two beam emitters in my particle system:
I’ve set the Target Method of each one to User Set, and named them Target1 and Target2 respectively:
All I want to do for now is arbitrarily set the target location to something like x100 y100 z100 within blueprint, but I’m stumped on how I can reference the specific emitter within my particle system that contains the target I’m trying to set the location for:
I know I must be missing something simple. Does anybody know how to reference an emitter in my level blueprint, and/or the targets I named “Target1” and “Target2” so I can plug them into a set beam target point node? Otherwise does anybody know an alternative method to setting the beam target location?
Any help would be greatly appreciated.