I’m really confused and feel like I’m missing something stupid. I created a blueprint, and added two components to it. One is a collision sphere, and one is a static mesh. I’m trying to make it so that when my character runs into the collision sphere around the mesh, the actor will move up. But, for some reason it doesn’t work. If I’m thinking about this correctly, Once the level begins, it should set the variable “location” to the actors location. Then, when the player overlaps the collision sphere it should take the “Location” and add it to “Distance to Move” (which is just set to 1000 in the z coordinate) and the sum will be the new location of the actor. But it doesn’t move and I have no clue why. Being fairly new to UE4 I’m confused on a lot of events, so if anyone could take a look and let me know, that would be amazing.
I know I could do this a lot easier with target points and the level blueprint, but I was hoping to avoid doing that. Any help is appreciated. Thanks in advance!
