Animated transform with blueprint in sequencer not visible while rendering

Hi

I am using the blueprint, to change the scale of multiple static meshes, everything works when playing in sequencer, but the render doesn’t show anything. Tried already changing all the static meshes to static, and blueprint to static, it didn’t work.

Does anybody have a clue what could be the issue here?

Thank you

But use the transform in sequencer, more easier than blueprint and more control

Ah also. Don’t use static are movable in this case

Hi Alberto,

That was also my first idea, but I am using tagging system, so I can more easily manipulate huge amounts of static meshes based on apropriate tags later, if I imported each static mesh in the sequencer I guess it would be time consuming process to adjust something.

Although if I don’t resolve this issue, I am going to go with transform solution.

Thank you for the hint, if you have any other clue what could be the issue I would be grateful.

Cheers
Haris

Ok, then…
You say in the render is not working,
then I guess the problem is how and where to execute the method in the blueprint.

In construction, begin play, timeline? Perhaps when it starts to render and save frames the animation already ended, or never start… what about making them spawnable from in a track, or control from the sequencer…

I need more info :sweat_smile:

Yes, sorry about that, wasn’t specific enough :laughing: this is a screenshot from the blueprint, I am using construction script.

This is the details section Class Defaults part 1

Class Defaults part 2

This is Class Settings

This is the sequencer, I duplicated the class blueprint three times to add different tags, parameters from the blueprint can be found under the default section right below the transform section on the right.

If there is a need for more info please let me know!

Thank you :blush:

Ok I’m a bit busy now, but I’m 90% sure this is not going to work, so just quickly I’ll say try in begin play with a delay of 1 second for test

Okay, awesome! Thank you, gonna try that :slight_smile:

I transferred all the nodes from the Construction script into the Event graph and now everything renders perfectly, I have connected the starting node into Event Tick and Event begin play, many thanks @alberto for the hint, some of the other things I did, were to:

  1. Switch the static mesh into static (it resolves the problem with static mesh from the blueprint not being displayed in the render)
  2. Turned on the editable in sequencer ticks so you can access the blueprint properties in the sequencer.

Hope this can help others.

Cheers!

2 Likes

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