Originally posted by JamesG
View Post
Announcement
Collapse
No announcement yet.
[TUTORIAL] Create a procedural spline road tool in blueprints 4 part video series
Collapse
X
-
Hevedy - Instance Tools: https://hevedy.itch.io/hevedyinstances
Hevedy - Image Tools: https://hevedy.itch.io/imagetools
-
Apologies for the epic late reply - I wish the forum software automatically subscribed you by email to threads you post in.
RE: making a pull request, I haven't done this yet as there are a few dependencies with other local C++ changes we've made so it would be a bit of an effort to clean it up and get it into mainline. Unfortunately I've got a pretty tight schedule for Space Dust Racers so I probably won't have time to do this any time soon. Anyone is welcome to grab the code snapshot I posted above and push it through of course - I imagine if someone from the Epic team had a look, they'd probably have their own ideas about ways the tool could be improved. My implementation is very "road"-centric.Lead Gameplay Developer at Space Dust Studios/Varkian Empire (@butterparty)
Obliteracers: Thread // Blog // @obliteracers // Facebook // Reddit // Steam
Comment
-
I tried integrating this with the latest Github source, but unfortunately it is not working properly. After converting FComponentInstanceDataBase to FActorComponentInstanceData I was able to get it to compile, but I am unable to edit the spline at all in the editor or the blueprint
Comment
-
These changes were made against 4.5 release, that'd be why.Lead Gameplay Developer at Space Dust Studios/Varkian Empire (@butterparty)
Obliteracers: Thread // Blog // @obliteracers // Facebook // Reddit // Steam
Comment
-
Hey all,
I'm currently working on a large feature upgrade of USplineComponent, and arbitrary rotation and scale on spline points will be one of the new features, along with editing of the spline in the Blueprint Editor.
Michael, thanks very much for your patch; although I'm unable to use it verbatim, it's served as a useful reference and we'll make sure you're credited in the next engine release
I'll update this thread with progress.
[To clarify, as I'm not in general on the forums, I'm an Epic employee!]
Comment
-
Originally posted by Richard Talbot-Watkins View PostHey all,
I'm currently working on a large feature upgrade of USplineComponent, and arbitrary rotation and scale on spline points will be one of the new features, along with editing of the spline in the Blueprint Editor.
Michael, thanks very much for your patch; although I'm unable to use it verbatim, it's served as a useful reference and we'll make sure you're credited in the next engine release
I'll update this thread with progress.
[To clarify, as I'm not in general on the forums, I'm an Epic employee!]
Look forward to seeing improvements in general!
Comment
-
Originally posted by Richard Talbot-Watkins View PostHey all,
I'm currently working on a large feature upgrade of USplineComponent, and arbitrary rotation and scale on spline points will be one of the new features, along with editing of the spline in the Blueprint Editor.
Michael, thanks very much for your patch; although I'm unable to use it verbatim, it's served as a useful reference and we'll make sure you're credited in the next engine release
I'll update this thread with progress.
[To clarify, as I'm not in general on the forums, I'm an Epic employee!]Hevedy - Instance Tools: https://hevedy.itch.io/hevedyinstances
Hevedy - Image Tools: https://hevedy.itch.io/imagetools
Comment
-
Just saw this, that's awesome news Richard, thanks a lot! Apologies I couldn't find the time to clean it up and submit a pull request for you. If you have any questions on the implementation just shout - michael@spaceduststudios.com.Lead Gameplay Developer at Space Dust Studios/Varkian Empire (@butterparty)
Obliteracers: Thread // Blog // @obliteracers // Facebook // Reddit // Steam
Comment
-
Any ETA update on spline feature upgrades? Roll and width would both be great to have for each spline point by default, also it would be nice to be able to manually set the tangents from blueprint instead of them being calculated.
Check out my discord -> https://discord.gg/kQdVwJ3
Follow us on twitter to get updates on new products and special offers -> https://twitter.com/BlackFangTech
Black Fang Technologies' products -> https://www.unrealengine.com/marketp...20Technologies
Comment
-
In case if someone still don't know how to fix gimbal lock issue, you can use "Set Spline Up Dir" node which was added in 4.7. For example you can "Get Up Vector at Spline Point" and set it to Spline Mesh Component. After that you can rotate any spline point (around gimbal lock) in viewport and you will see that spline mesh up direction will be changed.
Comment
-
i was following your spline blueprint tutorial, is there a way to use many materials on one spline.. I am creating a road and I have many materials that i want to put on the spline.
Comment
Comment