Hey everyone. I’m trying to BP a strafe. The first order of business is of course, driving that movement via key press, and I saw here that it’s best powered by a gate node with a very similar issue as I have. There was a staff answer, but the person never outlined their exact solution, and I’m not getting it based on the documentation alone. I’ve tried a couple of different things, all to no avail. The best I get is being able to press the key multiple times to get an output.I tried to do it with a while loop, but I think it is checking on every frame, causing the engine to crash.
I guess my main problem is what I need going into the exec pins for start and open? To the best of my understanding, and to use a medieval reference it goes like this:
Enter: Scout arrives yelling “open the gates!”
Open: Gate stays open until scout is in castle.
Exit is what the guards do while the gate is open.
Close is “enemies approach, close the gate!” (an express statement, that seems to be optional)