Thanks for the plugin. Can you please fix these errors for UE4.27.(2)? This was difficult to install/use/cant save assets.
-
“TimelinesForComponents.uplugin” has an error at line 16. Missing comma? (I added one.)
-
I installed the plugin by putting it in the Plugins folder of my Project, instead of my UE4 engine folder for Plugins. But when I load, I get Project file out of date.
-
[Is this because in “TimelinesForComponents.uplugin”, I originally put “EngineVersion”: “4.x.0” as “4.27.2” (which I have) instead of “4.27.0”?
-
I had to reload the engine 3 times, I put it back to “4.27.0” but still get the error. I finally clicked Update. But now I have another problem:]
- I added your Timeline in my component, and now the engine wont let me save my Component asset???
-
“Can’t save … Graph is linked to external private object(s)”
-
How can I use [Set Playback Position Node]? I need the features in the green boxes.
- … [Im transferring code from Char BP, which had a Timeline, and that Node which sets its new Point in time to go to).
- So the “New Position 0.5” means go to point (0.5, 1) of the curve (X, Y). So for your asset, I made/assigned a Float curve with 2 points: (0, 0) to (0.5, 1).
- But now I dont have the [Set Playback Position Node] to Reference/Set your Timeline component that is in my Component Actor.]
- Also how do we Set the LENGTH (the seconds/X axis) of your Timeline?
- I need the length to be 1 sec, and another 0.5 secs. Or does the X value of the Curve that we make, determine the LENGTH that your Timeline asset uses?
Can you please fix? Thank you.