Is there a way to move an Actor to another level at runtime?

I have a blueprint actor in a level that I am streaming in via blueprint streaming. However, once it has streamed it, I want it to move to an always loaded level so that it won’t unstream via the streaming method any more. Is this possible?
Thanks.