I’m currently using the Ark survival evolved version of UE4 and when making an Event Graph on an item blueprint I am unable to add keystroke input. Every source I can find says that I should just be able to right-click and hit the key i want and it should be there on the list. However when I do that it doesnt show up. When I manually navigate to where those options should be they arent there. Any help resolving this issue would be greatly appreciated.
Thanks in advance,
Confused Dude
Image below is what I am looking for yet I cannot find. (not necessarily “E”)
the start of an Actor’s event graph would be EventBeginPlay… but this is not an Actor’s Event graph, because you have a WorldContextObject input… is this inside a function library or something?
make a blueprint based on Actor, then inside its event graph, you can use GetPlayerController, and drag off the return pin to search for EnableInput.
From what I understand not only this seems to be the problem but that the key event itself can’t be found. After right klicking, type not only “E” but “E Key” and it will appear!