How can i make planting system?

So basically i am trying to make a system where you add a soil to plant pot then plant seed and plant starts to grow in it.
you need to take sure that the plant has light/water. but nothing works for me and i can’t find help on youtube or on Forums. Please help.

thats a basic problem with a very complex answer that is probably beyond the scope of the answerhub and more suited to if you dont have the skill hire someone.

that said you will need a actor with a static mesh for the pot, some variables for in light and has water, and probably a child actor for the plant itself since you probably want different types of plants. the child actor will need a mesh and you will probably want to have it move along a spline as it grows. theres a similar thing in the splines section of the content example project from the learn tab.

the logic at its most basic would be on a timer check the value of has light and has water. if both are true then move the plant mesh along its spline a certain amount.

obviously there will be a bit more too it thats at least where i would start

will try and see what will come out of this thanks for help.