Hi, sorry for the stupid question but I’m new in the blueprint world and I can’t get the location of a specific target point ( I placed it in my scene ). I just want my mob to go there without hard coding the location… Here is my try, but I don’t want all the target point, just the one I called ’ Center ’
You have to go through each point with a “For Each” loop and check if it is the point you want.
In this case tags or a special variable might be useful or (if it is always the same point) you could also create a variable of the type of that targetpoint and expose it so after you placed your mob in your level you can select the targetpoint you need.
If you spawn in your mobs you could also give your spawn volume one (or multiple) targetpoints, and chose one at random filling this variable of the mob rather than selecting a target point for each single mob.
A variable with this target point is excatly what I need but I don’t find how to set it up after creating it, beacause the list is empty ( sorry if it seem very basic to you :s )