This is just a curious question?
If i was to make a Actor blueprint, but then do all my functions for it, in the Level Blueprint would it still work? or do i need to do the set up in that specific Blueprint?
This is just a curious question?
If i was to make a Actor blueprint, but then do all my functions for it, in the Level Blueprint would it still work? or do i need to do the set up in that specific Blueprint?
It would work, but generally you don’t want to do this. It’s really not any easier to do, and you’d have to copy that functionality between levels if you have more than one.