So I’m trying to organize extra controls by adding new (Input Mapping Context)
VR Template is being used.
.
.
My PROBLEM
I create a new input action. (mouse 2Dvector)
When I put the action in IMC_Default it works as needed. (blueprint)
When I put it only on the new IMC_Mouse+Keyboard it does not work at all. (blueprint)
.
.
1
I have added a new action (mouse control)
.
.
2
What I want
I want to call it in a NEW input mapping context (below)
.
.
3
I add it the same way in IMC_Default and IMC_Mouse+Keyboard
Like this
.
.
4
Then I call it in the blueprint
.
.
5
Use the input action to control the player (Blueprint)
.
PROBLEM
When I put the action in IMC_Default it works as needed.
When I put it only on the new IMC_Mouse+Keyboard it does not work at all.
What could be the issue?
Thanks for reading this far, I hope I formed my post well enough.