Command record multiple actors

Hello there !

I’m working on a project that contains an item spawner and a camera that should record the mouvement of those spawned items.
To start the record from the blueprint I use the command “SequenceRecord actor CineCamera”. The probleme here is that the camera records the world and all but not the spawned items, which is the most important of course.
So I guess that I need to put my spawned item as an actor as well but I can’t find a way to do so. I mean I don’t know how to put 2 actors for the record : the camera and the item.

So here I am, looking from an answer from one you wonderful people :slight_smile:

Thanks in advance !

Well problem solved by myself, just need to start the record before the item spawned. Thanks anyways guys :’)

Don’t know how to mark it solved tho :smiley: