Animate Character Using Level Sequence

Hello,

I have no idea what I’m doing.

So to save myself the trouble, I was hoping if someone could clarify the best way to have a LEVEL SEQUENCE control/animate a player’s pawn/character when their inputs are disabled.

I tried using the Dynamic Possession function here:

But then it interferes with my other code because it declares my character as not the player character.

Ugh.

I know I’ll figure it out, but if someone could point me in the right direction or show me how to correctly do this, it would save me so much time.

I’m considering making the player character invisible during the sequence, however, I fear that it’ll create an inferior outcome.

bump

Okay, I think I figured it out, but it feels so dirty.

  1. Add whatever Character Blueprint you are using to the Level Sequencer. (The character must be placed in the level first.)
  2. Animate it however you’d like. I’m using Animation Sequences and a Spline.
  3. Once you have your Level Sequence completed, delete the character from the level (NOT the SEQUENCER)
  4. You’ll get a warning. Ignore it.
  5. You’ll see that your character’s reference in the Level Sequencer is now red.

Now, this is where it gets ridiculous (in my mind, at least):

  1. Assuming you are playing a Spawned Blueprint Character, go into Play Mode with her/him/it.
  2. Hit “Shift+F1” to navigate out of the Gameplay without disabling it.
  3. Right-click on your red missing reference in the Level Sequencer and assign your Spawned Blueprint Character to that reference.
  4. Now the Level Sequence is bound to the Character.
  5. It will always show red outside of gameplay in the Level Sequencer because the character does not exist until Play Mode.

I’m surprised that no one seems to have tried doing this, because I found virtually no useful documentation on how the Level Sequencer can possess a Spawned Blueprint Character (that is actively controlled by the player).

Very odd.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.