hi I want to get started on using unreal 4 but I don’t know enough about it, I know there are a lot of tutorials out there but they are mostly about how to use the editor and blueprints. I want to learn how to do stuff in C++.
Stuff i’m particularly interested in;
-collision detection - I found a tutorial online but the guy used the script to create a box and that box would detect collision, I want to be able to have collision detection on an existing piece of mesh in scene.
-detect when an object is inside another object
-when collision is detected, return name of script
-controller input
-start animation and detect when animation is finished
-Spawn objects,
-access variables from other cpp files