I’m trying to force a key release on a certain event, and I can’t quite figure out how to do it. I’m using the “Release Key” function but I don’t know what to reference for the target. It’s asking for a “Widget interaction component”. Does this mean you have to implement the key release inside of a widget? I want to use it inside my pawn.
I get the error: “Blueprint Runtime Error: “Attempted to access index 0 from array CallFunc_GetActionMappingByName_OutMappings of length 0!”. Blueprint: GunnerPawn Function: Execute Ubergraph Gunner Pawn Graph: EventGraph Node: Print String”
If I understand the message correctly, it’s telling me it’s not finding the input mappings. How do you actually use these functions?