Timeline within a Macro ?

[]
You say it doesn´t work because it´s bound to an actor ? Isn´t every variable within a macro bound to an actor
[/]

whoopsie daisy.
I thought you were talking about Macro Libraries. Sorry about that.
You can’t add Timelines in Macros because Macros are simply a feature to beautify the Graph. At compile Time, a Macros is expanded.
Let’s say your Macro looks like this:


and your setup looks like this:


After compiling/when running, the execution looks like this:


Now imagine you add a Timeline in a Macro.
You will have thousands of Timelines with this.

If I was you, I’d create a custom Event in your Actor.
This Custom Event plays your Timeline and updates your whatever you want.