sliding door not working pls help

hi there, so ive been trying to make a sliding door for the past couple days, ive watched several videos on how to make one and copying them and it goes fine every time till i had the “on component end overlap” the door breaks, and then i try a different way and breaks once i add it again but i just dont know what to do, any help would be good thanks :slight_smile:

Any chance we can know how it “breaks”?

it either closes where its supposed to open too or the door just disappears

Post your component structure and your code.


so this is the blueprints for my door currently and ive tried several various ways, the slide is just set to 250 units away from its position and i watched the video again and it should be working right but it just isn’t

You need to variables to hold the doors locations for the movement.
Closed: Vector
Opened: Vector

Then use a Lerp (Vector) node to lerp the door over time between the two locations.

1 Like