I just wanted to pop in and thank you for this tutorial. It was really simple and easy to follow, and you kept things concise. I was able to easily adapt it to my needs (having the path in the blueprint for the object instead of in a separate Blueprint).
@yeager6221 Жыл бұрын
Hey guys I can't seem to connect the Spline REF and the -> get spline node at 8:45. Any Ideas why?
@NoxnYT Жыл бұрын
same
@sheilagea Жыл бұрын
same!
@CaptainoBob8 ай бұрын
I'm late but might help someone in the future. I had the same issue. When promoting the Variable of the ''Get Actor of Class'' its ''Variable Type'' didnt set properly by itself (like it did in the video), so I had to manually change it to ''Object Reference''.
@sdrawkcab_emanresu2 жыл бұрын
I love that you are making great tutorials without wasting much time by getting directly to the point has point. Keep it up
@tcrproductions75082 жыл бұрын
Thank You, Thank You!!! This is the fifth tutorial I've watched on animating objects along a spline path, and the first one that has actually worked.
@stundazepow2 жыл бұрын
I wasn't looking for this tutorial, but I'm thrilled that I found it. The logic has great capabilities. Thank you.
@robertprescott95772 жыл бұрын
Great tutorial. A road system would be great to see. I also want to thank you because it so detailed. Some in the unreal community show great stuff but don't show you how to do anything so they keep the secrets to themselves. So thanks for what you do!!!!
@stringyco2 жыл бұрын
Matt, your channel is incredibly helpful. Thank you very much for doing these videos.
@AL3DStudio2 жыл бұрын
Hi Matt, fantastic tutorial, as always.. Thanks
@wolfiedgr8t2 жыл бұрын
Yes please, more spline tutorials. Thanks Matt. 👍
@caizhiwang59932 жыл бұрын
Thank you Matt. and Do you know why the node Float/Float is missing in UE5? Is there some replacement?
@blacktecno5 ай бұрын
This is just what I needed to give the enemies on my top down arcade a more smooth movement. 1000 thanks.
@theguywhoasked12989 ай бұрын
You’ve saved my ass on an assignment. Even though this is slightly outdated, it still works completely fine!
@shapeshifterstudios8842 жыл бұрын
Yes. Expand upon it. Crazy Idea for a Game Jam: "A game using 3 or 4 things one learns from this channel. " 💭
@kudjo24 Жыл бұрын
11:40 when I added the get location it broke the compiler saying "the property associated with Spline could not be found in Game/Blueprints/SphereFollow.SphereFollow_C. In this case I named my blueprint actor SphereFollow. And now my blueprint in the UE viewport says Blueprint BAD. The red error box also is only on the Get Spline / Target>Spline nodes for some reason.
@nolnsypie2 жыл бұрын
Great tutorial, but I have a question: what if you have multiple spline paths? could you make the cube move along the nearest spline path?
@monster62362 жыл бұрын
Hi everyone, just quickly. I was having troubles increasing the spline targets size without breaking it. You can add a new vector variable, make it editable and plug it in to the "New Transform Scale" which is on the SetActorTransform Node. Then you can change the size in the details panel.
@ChaosStep Жыл бұрын
I've got my player character as a child to the object following the spline, so it'll always follow a track while maintaining movement, however, although they rotate fine together, my movement axis does not, so eventually left and right become up and down etc. Any ideas how to correct?
@monster62362 жыл бұрын
Legend! Love your content! Liked and subbed
@Krac_kills2 жыл бұрын
this is awesome. Im hoping to find out how or if its possible to replicate or instance a BP along a spline as opposed to having it moving
@azaelsergal2 жыл бұрын
Now we need the same thing but with physics, so we can make coasters 👍👍👍Btw, if you could do an actual coaster tutorial, that would be amazing and a world first
@MattAspland2 жыл бұрын
Great idea!
@DougieBoy2 жыл бұрын
That would be an amazing IDEA!
@scorn_772 жыл бұрын
I need this right now lol
@sonofbryce2 жыл бұрын
A1 tutorial!! Thanks for the help, mate!
@MattAspland2 жыл бұрын
Happy to help!
@Vexod142 жыл бұрын
Thank you so MUCH for this clear tutorial Matt, much appreciated !
@TheGrrson Жыл бұрын
Added this to my watchlist. Thanks for sharing!
@danieligna42142 жыл бұрын
How can i modify this to be able to have multiple splines/objects. For example if i'm trying to have..5 cars going on a road at different speeds and directions. I tried duplicating everything , and when i play the engine, all the objects snap to the first spline and all move at the same time. Thanks!
@dt2952 жыл бұрын
I change the number in Lerp and then change the time in to complete in seconds (i had to duplicate the BP of the object to make that, so instead of have 1 BP for 1 car, you must use 2 or more for every car that you want, and then if you want to change the position of the cars you must go to the viewport inside the BP and move the car in the viewport) that works for me but i'm not making a game, i'm making an animation so i don't know if this would work correctly without bugs in a game.
@danieligna42142 жыл бұрын
@@dt295 Thanks for the reply, I'll give it a try.
@dt2952 жыл бұрын
@@danieligna4214 You have to put a high number in lerp, so if you have a time in complete of 600 seconds, you must put 4000 in lerp to see the difference, and with that you can understand how lerp works. For example, i use it for a knight walking for a path around towers in a castle, and i want to put 2 knights together for every 10% of the path, so that means a total of 20 knights walking. I had to make 10 BP, every BP with 2 Knights walking, and incrementing the lerp by 4000 every BP and reducing the time to complete by 10% for every BP, so the first BP has 600 TCS (Time to complete in seconds) and so i put 540 TCS in the second BP, and in the third BP 480 TCS and so on with the others BPs
@cymarin3d5112 жыл бұрын
Can i use this as a MASTER BLUEPRINT and add new spline paths? Or do I have to create a new blueprint from scratch for each new spline path? I already managed to create multiple blueprints with different characters and animations but they all follow the same path.. I created a new spline and path but it seems tricky to slot it into an existing blueprint..
@apollogt55064 ай бұрын
can we make something like a long pipe from a cylinder and have it follow the spline but correctly curve/bend as the spline curves and loop?
@thhm2 ай бұрын
What do you do if you have multiple splines in the scene, and want the spline BP to be changeable? Setting the Get actor of class to a variable and exposing it seems to break the bp.
@catdavey78799 ай бұрын
Hi, Im currently following this tutorial and I know some things have changed with UE 5.3, but Im stuck at 8:48, "get spline" isn't showing up, not sure if this is because something i missed earlier on or if its something differ in Unreal now? can anyone help (so far really great tutorial btw)
@Conno819 ай бұрын
compile the splinepathbp again and save it. It should work then
@catdavey78799 ай бұрын
@@Conno81 thanks, I think I also forgot to set the actor class in the get actor of class and now its working
@whitneydesignlabs87382 жыл бұрын
I am stuck on the step at 8:43. I cannot locate anything in Variables by searching "get spline" Any ideas where I can find the thing we need to locate at this point in the tutorial? I am new to blueprints and trying to follow along in UE 5.0. Thanks!
@Véraruk2 жыл бұрын
I'm having this problem as well, despite having gone over every step from the video several times! I can't find what I'm missing
@whitneydesignlabs87382 жыл бұрын
@@Véraruk My main goal for want to learn this was to move a camera. Since posting my comment, I have learned about cinematic camera rail rigs, which solved my problem. I have not attempted to attach anything to the rail rig other than a camera, but I have seen other tutorials where a cube is attached the the rail, then the camera attached to the cube. (to give height, but I think there is another method to give height...) In any case, might be a technique to look into.
@Véraruk2 жыл бұрын
@@whitneydesignlabs8738 Thank you for the reply! At least worth having a look at : )
@Alex-fv5qx2 жыл бұрын
Just in case anyone wondering, create a "Get (a copy)" node out of your spline REF variable, then you'll be able to get your spline
@ostapbender16492 жыл бұрын
@@Alex-fv5qx How?
@PatrickTheDM2 жыл бұрын
I finally was able to put this in one of my levels and IT IS GLORIOUS! 😃
@silent_j6198 Жыл бұрын
Thanks for the video! While it isn't exactly what I need since I am looking for having an AI actor grab a spot along a spline, this certainly helps to narrow down how I can do this.
@ltvddvtl Жыл бұрын
Trying to follow this in UE5.2. Many of the stuff is different. For example the part with the timeline. Nodes look different and functions7set up looks different. Can't follow. Will look for a more recent tutorial on this.
@thomasdaviddrawbridge-davi64812 жыл бұрын
Hi matt, I've got a problem with the spine, My object does not rotate when active and its quite annoying as it looks out of place, any idea on what it could be
@redroverthefngamecat2 жыл бұрын
This tutorial works GREAT! What I need now is to have many objects (50) in a line on the same spline with equal distance between each. Like ants following each other. Is this doable?
@ZarrosUE58 ай бұрын
Is it possible to make it the other way around? That the spline follow the object in a way the spline itself is formed?
@friedchicken33759 ай бұрын
hey, quick question. how do i make a trigger so that the spline does not start right away? i am using a spline to make a chase scene in my horror game
@bene88312 жыл бұрын
9:00 How do I change the "Straighten connection to get spline" value?
@harvzgames96229 күн бұрын
How would you make it roll if you are using a circle? Got a rolling ball and want it to roll back and forth
@tookofafool24186 ай бұрын
Hi Matt, Hopefully you can help lol , i have managed to get this working however this has stopped my rotation movement component from working. Could you offer any advice ? Think Dancers moving on a simple loop spline , i want them to spin as well as moving along the spline. TYI
@WWatson992 ай бұрын
I know this is an old video but can you do this in UE5 where the object is the player? Trying to make something like The Trail on mobile.
@marcinlapczyk53402 жыл бұрын
hello, what alterations to the code would need to be done to make the objects move at a fixed speed no matter the length of the spline? using this tutorial for a tower defence project :D
@Achillez0982 жыл бұрын
Another great tutorial Matt! A request for future video: Combat Music I.E. ,how to make a song play when an enemy AI character(s) sees the player, and how to make the song stop/fade out when all nearby enemies are dead. If you could make this tutorial, it will be of great help to my current project! Thank you!
@hamo123gutten2 жыл бұрын
kzbin.info/www/bejne/hWmbgaqCdr50pcU
@MattAspland2 жыл бұрын
Great idea, I have this video for chase, but I could add yours onto my list too :) kzbin.info/www/bejne/hWmbgaqCdr50pcU
@craigstaley3522 жыл бұрын
What a great tutorial. It was easy to follow and give good instructions.
@lordkanesoulreaver2 жыл бұрын
got as fare as you do the sline ref and my unreal editer dosent do the options like yours can you pls update for 5.1 unreal plz
@DirectionGaming2 жыл бұрын
World Partition/Map Tile Loading Causing Issue. It's Breaking the Movement when tile loading. How to Fix this?
@Emblanefilms Жыл бұрын
Hi. Is there an easy way to allow for the onject to stop for say, collision and start again? I am trying to figure out how to do this because when I put a delay at begin, object jumps to where it should be on spline had delay not stopped it
@rayne93238 ай бұрын
Did you ever figure out object jumping ? I have 10 duplicate objects . 2 jump, 8 move smoothly but they're all same bp.
@zest2heed Жыл бұрын
Thanks a lot I don't want to add spline to the world outliner. I want to add spline within a blueprint class which is having many parts, and spline should be applicable only to few parts or assembly. Can you help me to get that done.
@iceman11a2 жыл бұрын
Yes, Matt, can you add a road to the spline and a mesh to the cube. I just want to see how this all works.
@darkestdaysvideogame Жыл бұрын
Is there a way to stop it and start it again manually?
@BaileeWest-g9b Жыл бұрын
Thank you for the tutorial. Is there a way to make the object go off the original spline in an angle and then come back to the original spline?
@ΔημήτρηςΚαραλέκας2 жыл бұрын
what if you have multiple splines in your project?
@darrylmorin7112 Жыл бұрын
Great tutorial...Thank you, I was going in the other direction where i want my cube to stop at the end of every spline break. I would like to set a speed instead of using time and give a count to how many spline steps to take. Is this something you could or would be interested in doing?
@mohamedabelaziz6239 Жыл бұрын
NICE ! , do you know how to start from a spasfic point in the spline ? if I want to make more than one object on the spline and they are on a different distance ?
@raman53292 жыл бұрын
Exremely useful video, the BP works like a charm. Many thanks!
@virenparth Жыл бұрын
Is there any way to DEFORM object when moving around spline
@rankot3993 ай бұрын
how do I make a mission where I chase the enemy along a pre-defined path, where the enemy jumps over obstacles and runs?
@PartyBlimpLLC2 жыл бұрын
Another great video! thanks Matt!
@north69359 ай бұрын
Having a hard time making this spline blueprint play in the sequencer, I call the "Move Object" event as a trigger but it doesn't move
@baza6127 Жыл бұрын
Hello, thank you for the tuturial, worked great, bar some nodes seem to be different using 5.1. But got it anyways. I also followed a video on buoyancy and got a boat working, but cant seem to get it to follow the spline at the same time. Is this not possible?
@UmopESO2 жыл бұрын
How do you add collision to the mesh moving on the spline? Do i need to check the sweep box?
@darthtiberiu5 Жыл бұрын
Is there an easy way to create a precise spline path for example a loop/oval path with certain dimensions?
@LyubomirIko2 жыл бұрын
But can you make tutorial - How to move OBJECTS along spline??? Like a train, or convener belt or simplified traffic, or the futuristic flying cars in the sky traffic. Yes, some delay and separation between objects could be good, like in a real traffic, but there is many cases where just simple spline + many moving objects on it is enough, especially in wider environment. There is literally no such tutorial.
@robertoferreira48962 жыл бұрын
Great video! Would you recommend this approach for a physics based skateboarding grinding mechanic?
@MattAspland2 жыл бұрын
It would definitely work yep, you could maybe even randomise the rotation on the Z too to make it look more dynamic
@robertoferreira48962 жыл бұрын
@@MattAspland appreciate your reply!
@NguyenQuang-t8l Жыл бұрын
Can I ask for instructions that apply to the character?
@jurvanoerle284511 ай бұрын
Thank you! This was great! :)
@bobgratton2986 Жыл бұрын
Could we replace the cube for a camera as well in this tutorial ?
@GatlingHawk Жыл бұрын
YES!
@GiovanelliStudio Жыл бұрын
Hello colleague, how are you? In your video, the object will always start from the initial tip of the spline, is it possible to make it start from any other position? Example: I play Mario Kart, I'm there in the middle of the race and I throw the turtle shell, it will start from the position the player is in, and not from the beginning of the spline.
@eligijuspranskunas35092 жыл бұрын
nice! how to make object follow you(character) ? like its been connected to the rope with you?
@speedistic899 Жыл бұрын
but what would you do if you want to have multiple spline paths?
@mjcaboose8036 Жыл бұрын
Trying to Get Actor of Class singular but only option is the Get All Actor of Class with the array. Is this a matter of the version of Unreal Engine?
@aaronharwin2904 Жыл бұрын
Im doing the same thing in unreal engine 5 with the spline path, When selecting the object in the outliner its location does not update when moving along the spline. This makes the look at tracking feature on the cine camera not work. Is there a version of this which actually updates the location?
@ArcHatem Жыл бұрын
How can I replace the cube with anything else I want?
@ohtontheknight38792 жыл бұрын
If the player on top of it they teleport back to the start of a spline is there a way to stop the player from teleporting and the spline also go through the player when they stand still in front of the path for the player i am trying to use this for a level with a lot of moving platformers
@LittleSpaceship2 жыл бұрын
why doesnt my front face plane point in the direction of the spline path
@bartoszkarasinski66072 жыл бұрын
Hi, if I want to do a car instead of a cube, i should go for SkeletalMesh i BluePrint Actor right? And then attach in Anim Class for instance Animantion_BluePrint_Car?
@giuliodatteroni45262 жыл бұрын
bro i can t get the spline from the other blueprint , im using ue5.
@afdeling1c2 жыл бұрын
Had the same problem, didnt compile the spline BP yet xD
@joeparry7442 жыл бұрын
@@afdeling1c Underrated comment, thank you haha
@cassette5229 Жыл бұрын
Awesome tutorial. Thanks a ton.
@borrowedtruths69552 жыл бұрын
I created a road system with splines that goes over hilly terrain. Is it possible to attach my vehicleBP to that spline system in the blueprints or is there a way to use the splines that I made in your tutorial here to automatically "rest upon" the road system I created? Or do I need to modify the placement of each individual spline to match the surface of the road? I hope I phrased all that so it's understandable. Thank You.
@guilhermenaco Жыл бұрын
Thank you for the amazing tutorial! Do you know if this system would work in Sequencer? ( e.g a camera to follow the spline ? )
@ericdrob Жыл бұрын
Matt saves the day once more!
@aufgespielt37682 жыл бұрын
i must anything wrong. First ive tried youre tutorial, but there was no animation. Then i watched another video but its also not working... are there any settings outside of these tutorial, that blocked these animations?
@shivangipriya41538 ай бұрын
How we make a tear for character ??
@G4AGamingForAll2 жыл бұрын
Top work mate 😍
@MattAspland2 жыл бұрын
Thank you!
@erox31972 жыл бұрын
Im looking for a Spawn and move alone a Spline TuT. How could i do this
@DGFA-2 жыл бұрын
What a event should I take when it is just for animatics?
@chibuzookwuosa33710 ай бұрын
Can i make a tank track with method?
@cezanneali2 жыл бұрын
how does anyone figure out which Nodes to use in the blueprint editor? other than following up with the video and doing the same thing in my project, is there a way to get a better understanding of all the nodes to be able to figure out these things on my own?
@maxsworldofgames87292 жыл бұрын
can you do one like this but add physics to make like roller coasters
@borrowedtruths6955 Жыл бұрын
I created a landscape spline, using a train track static mesh, added a train_BP to the scene, but can't seem to find a tutorial to make the train follow the track from start to fish over a certain period of time. I followed the tutorial using the train_BP instead of a cube, but it just won't work. Can anyone assist me in this?
@alitalhakarabas32732 жыл бұрын
Thank you abs what i needed.Clear explanation
@misterburger92722 жыл бұрын
Made a coaster and it works so well! Thank you !
@maxsworldofgames87292 жыл бұрын
ok now can you do one that is like a character that moves on the spline path when the player is following it kinda like npcs from the last of us they walk to a door when you are following it
@professorfroopynoopers117110 ай бұрын
Thank you for posting this man, really helped out with some lighting tricks I'm trying out, do you know if it's possible to combine the two BP's into one so that multiple can be placed?
@TheKoppaverse2 жыл бұрын
Can this be done without 'game play'? So for an animation visual instead of gaming? How?
@mahmoudbakheet65452 жыл бұрын
what to do if i have more than one cube and multi splines all the cubes follow one spline i dont know to solvve this
@李汉政2 жыл бұрын
obsessed with soft design now and more obsessed with cool scales Nd stuff.
@trardac2 жыл бұрын
Can we define spline points in C++?
@GameDev178 Жыл бұрын
It worked perfectly but it's not looping any fix ?
@clebo992 жыл бұрын
Can't you close the spline loop by pressing CNTL or something? I'm trying that in another project and that doesn't seem to be working.
@tron_evan Жыл бұрын
Thx for this amazing tutorial! I have one question: At the final step, how to draw a specified trajectory for expamle a circle or an "8" ?