How to get actor visual before BeginPlay?

Seems like I have found “solution”, but it’s kinda… redundant, so I don’t know is it even Okay to use it.

I run in construction script Preview function to generate appearance in editor.


As I can’t do much with it further, I delete those children when game starts and re-generate actors.

It works…

Is it okay? Wouldn’t such approach be to heavy in terms of computing?