I know we can pick it from writing a name but is there a any other or easier way?
There surely is, what are you really trying to do? You generally do not need to type anything, you query the DT with Name
variables.
I have a singular spawner blueprint which gets the info of what to spawn from data table, childs of this bp will on my maps. And determine what to spawn.
So i should put a name variable in my parent bp and change the name for every child am i correct?
Yes, make the variable Instance Editable
. Each child actor instance can then hold a unique Name
and query the DT.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.