The created level sequence actors are never destroyed by the GC. I create them this way:
I don’t store any references. Neither to the level sequence player (Return Value) nor to the level sequence actor (Out Actor).
The level sequence plays, it stops at the last frame and the level sequence actor stays forever. Over the time there are hundreds of useless level sequence actors in the memory like seen in the first image. GC never deletes them.