[FYI] Timeline Different in 4.5+

So, I learned something today and wanted to post this in the case that someone else did this too.

Problem:

Prior to Unreal 4.5 I would have the actions of a timeline in the Event Graph of a blueprint but call a timeline within a separate function and have no issues whatsoever. Like so:

Timeline Pre 4.5

Then with 4.5 that was calling an error and the Timeline was not considered valid.

Solution:

So, instead I now call a custom event that ties back to the timeline put into the Event Graph and can get the right direction and actions taken

Timeline Post 4.5

Maybe obvious to some, but I had to learn it the hard way. Hope this helps!

Hi 8-lines,

This is really useful information, great work!

Hi 8-lines,

All those nodes should still be usable inside a blueprint function. Do you know what kind of errors it was reporting? Did you try deleting and replacing the nodes? It was not intentional to remove support for those nodes, and I cannot reproduce your issue (at head).