Thanks, that was a really useful pointer! I’m not sure whether it is the best option (at least for my use case), but your mention of BeginDestroy()
made me find the “Actor Lifecycle” document, which seems to suggest that UninitializeComponents()
is what I need to look at.
I’ll report here when I have something working.