Messy? It’s 3 lines of code. Spawn, Init, FinishSpawn. You need a 2nd function to call when creating the actor anyway, since the CDO is already created and you can’t just re-run the constructor. You can put the code for FinishSpawn in your Init function, but I would stick to the 3 line combo.
1 Like