UE4 - Need to record a spawned object

Hello there !

I’m working on a project on UE4 in which i have an item spawner that spawns … items and a camera that is supposed to film those objects.
I start recording when an item spawns et stop when its movement is finished.
For that I use the console commandes “RecordSequence” and “StopRecordingSequence”. But I have a problem (obviously).

My problem is that when I use the command “RecordSequence actor CineCamera” it records the world but the item doesn’t appear on the video. So I guess I need to add the spawned item as an actor of the sequence but I can’t find a way to do so.

So here I am, looking for help from anyone available :slight_smile:

Thanks in advance !

Could it be as simple as toggling on the visibility?