Great question! There are few ways to achieve this 1. You can use a spline mesh component , you can adjust the tangents to control the. Bending 2. If your mesh has enough subdivision it should give you decent amount of bending in pcg itself
Hello! Tell me how to do the following functionality. I want to be able to press a button in the editor or make a hotkey or make an item in the menu that will call Blueprint in editor mode and create objects according to the template at the point that will be specified. for example - it will simply create one from a list of possible objects in the right place. And if this is possible, it will check whether there is something below and if there is a surface below, it will, as it were, drop the object down I want to figure out how this can be called in editor mode, because in general my wishes are much greater, I want to try to make templates that will do some logic and create objects. It is desirable that the created objects be StaticMesh
@@DeadRabbitCanDance you can easily achieve this using construction scripts with exposed blueprint variables . You can have a list of items you need as template as Enum and accordingly spawn static meshes in the construction script
@@allthingsgame_ Thank you! How can I call a blueprint script for execution from the editing mode and pass some parameters to it (for example, current mouse coordinates). Is it possible to make a context menu appear when calling this script and have the ability to set some parameters, turn on or off a checkbox? , select an element from a dropdown list? If you have the desire and interest, you could make a training video on how to implement this entire structure as a whole, I think many people have ideas about how specifically and what it can be used for. I don’t understand how to even call and interact with this script from editor mode.
It depends on the asset , if you have a large number of identical assets , i would prefer ISM. Similiarly if you want to use culling and LODs preferably for large Open world scenes , HISM is the way to go. Hope that helps
Thanks a lot ❤need more pcg videos ❤
More to come Soon! :-)
This is so useful. Please keep the PCG tutorials coming
amazing results!!❤
thank you so much! this is amazing
thank you, but I hate when creator put a thumbnail for their videos that is not what they are doing on the video itself.🤔
Well but you definitely can nake something like the thumbnail following the video
How make mesh deformation to spline ?
like you video cover?
Great question! There are few ways to achieve this
1. You can use a spline mesh component , you can adjust the tangents to control the. Bending
2. If your mesh has enough subdivision it should give you decent amount of bending in pcg itself
Hello!
Tell me how to do the following functionality.
I want to be able to press a button in the editor or make a hotkey or make an item in the menu that will call Blueprint in editor mode and create objects according to the template at the point that will be specified. for example - it will simply create one from a list of possible objects in the right place.
And if this is possible, it will check whether there is something below and if there is a surface below, it will, as it were, drop the object down
I want to figure out how this can be called in editor mode, because in general my wishes are much greater, I want to try to make templates that will do some logic and create objects. It is desirable that the created objects be StaticMesh
@@DeadRabbitCanDance you can easily achieve this using construction scripts with exposed blueprint variables . You can have a list of items you need as template as Enum and accordingly spawn static meshes in the construction script
@@allthingsgame_ Thank you!
How can I call a blueprint script for execution from the editing mode and pass some parameters to it (for example, current mouse coordinates). Is it possible to make a context menu appear when calling this script and have the ability to set some parameters, turn on or off a checkbox? , select an element from a dropdown list?
If you have the desire and interest, you could make a training video on how to implement this entire structure as a whole, I think many people have ideas about how specifically and what it can be used for. I don’t understand how to even call and interact with this script from editor mode.
Check out my latest video about construction scripts .it has something similar to what you want maybe . Thank you
great
Do you need to use ISM or HISM?
It depends on the asset , if you have a large number of identical assets , i would prefer ISM. Similiarly if you want to use culling and LODs preferably for large Open world scenes , HISM is the way to go.
Hope that helps