How to add tags to instaced actors on creation?

I use a huge datatable to create the stars i the sky.
And i want to name them or tag at the creation process. any idea?

What are they? Actors, Components, something else?

Call Set Tags.

Sorry! Actors

I use Blueprint

It’s just this.


You could get fancy and pipe in tags as an exposed variable when you spawn a star but it’s not really required, just more convenient.

:ok_hand: