why can’t you use SpawnActorFromClass?
Try creating an actor (for example: BP_Actor). In BP_Actor create variable integer. This variable may be required to distinguish several such BP_Actor, if you have a lot of them. When an BP_Actor is spawned, write a new value to its variable.