How do I save into the level components added to actors using a blutility

Anyone know how to save into the level a component added to an actor using a blutility? Here’s how I’m adding the component, it gets added but the level isn’t marked as dirty and even if I force it to save, the component isn’t there when I reload.

Did you find the Answer?

I’m also interested in knowing if this is possible. At the moment it seems like Components constructed via calls from Blutility or Editor Widgets do not actually appear in the placed Actor’s component list - I guess they are transient?

This also means that if a Blueprint instance is modified in the level via a Blutility, and then the Blueprint base class is changed and recompiled, any new Components added to an instance in the level will disappear.

This doesn’t happen to Components that are added to Actor instances manually.

Any news on this?