we want to record a trailer for our upcoming game. When recording a gameplay
sequence with the sequencer however, the weapon of our character is shown while playing but not in the replay or render. It states “object bound to this track is missing”.
Does anybody know how to fix this?
Let me know if you need any further information.
Sounds like the binding between the track data and the actor got lost. You might be able to rebind it by right clicking on the actor track and choosing “Assign Actor” and then picking the corresponding actor.
Also, did you record as a spawnable or a possessable? The default is recording by spawnable, which means the level sequence asset will store the actor to spawn. The alternative is to record to tracks that will possess an existing actor in a level. You could try and record as possessable if you haven’t already and see if that works. If you need to convert that to a spawnable, you can do that by right clicking on the actor track after you’ve done the recording.
Hopefully one of those works. If not, can you send along a screenshot of your tracks?
Looks like there might be a problem in the recording mechanism that isn’t creating the proper weapon components. I’d have to get a repro to fix it.
In the meantime, can you try to toggle on “Record to Possessable” in the recording settings? That will create tracks that possess the actor in the level. If that works and you need to convert it to a spawnable (owned by the level sequence asset), you might be able to do that after the fact. You would click on the “PlayerCharacter_C_0” and choose “Convert to Spawnable”
I have the same problem,too. :(.All objects in viewport were display while some objects were missing in level sequencer.How can I fix this ?.I also convert cinecamera to spawnable,but the errors still happen.
Hey Max,
I tried recording to possessable, but then just the head of the character is shown in the recording (the rest of the body is just a "part"of the head).
So would you maybe be able to resolve the issue if you have the .uproject file?
Sorry to disturb you so often but I can´t publicly post a link to our project here and I do not know how to send you a private message. Please help me because we are close to our kickstarter campaign!
Just giving an update. We are still working on this. We are currently trying to determine if this is related to some issues we’ve had recording the character in the First Person Template project.
Hey ,
it would be great for our time schedule to know if we will be able to correctly use sequencer for our recordings in the near future. Do you know already if it´s the issue you´ve had with the First Person Template? If not what could it possibly be?
Best regards,
Paul
We tend not to speculate on what release a fix will be a part of…especially when the fix isn’t even submitted. However, yes, this does appear to be the same as UE-34289. The “bound to track” errors may be gone in newer builds, but still isn’t recorded properly.
Was a solution for fixing this ever suggested? I’ve got a similar problem where a sequence inside a blueprint animates four child actors and has lost the bindings. There is no “Assign Actor” option on the context menu.