I have a Unity background. I am learning UE and doing a lot of tutorials. But what I notice is there are a lot of prebuild functions that I can add to my Object.
For example: I am following a thrd person tutorial where i have to make a moving platform that moves from A to B. In the tutorial he explains that you can add a interpelateToMovement to the object which has all the finctionallity in it. Now I would never have known this if I didn’t follow the tutorial.
In Unity I would have created this script myself from scratch.
How many more of these prebuild functions are there? And how do I know what is already built or what has to be build from scratch?
Is there some kind of overview of this?
Hope someone can lead me in the right direction.