Dear Friends at Epic,
#Context
Independent game instance from commandline
#Issue
I am trying to write my chat system, but every time I press " ’ " (next to ENTER key on US keyboards)
the AI debugging starts and disables my character
How do i disable it?!!
It doesnt seem to be in baseinput.ini
Thanks!
Rama
PS: my unsuccessful attempt so far:
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[/Script/Engine.PlayerInput]
-DebugExecBindings=(Key=Pause,Command="Pause")
-DebugExecBindings=(Key=F11,Command="LevelEditor.ToggleImmersive")
-DebugExecBindings=(Key=F11,Command="MainFrame.ToggleFullscreen",Shift=True)
-DebugExecBindings=(Key=B,Command="ToggleSpeaking true | OnRelease ToggleSpeaking false")
-DebugExecBindings=(Key=F1,Command="ShowMouseCursor",Shift=True)
-DebugExecBindings=(Key=F1,Command="viewmode wireframe", bIgnoreShift=True)
-DebugExecBindings=(Key=F2,Command="viewmode unlit")
-DebugExecBindings=(Key=F3,Command="viewmode lit")
-DebugExecBindings=(Key=F4,Command="viewmode detaillighting")
-DebugExecBindings=(Key=F5,Command="viewmode shadercomplexity")
-DebugExecBindings=(Key=F9,Command="shot")
-DebugExecBindings=(Key=Period,Command="RECOMPILESHADERS CHANGED",Control=True,Shift=True)
-DebugExecBindings=(Key=Comma,Command="PROFILEGPU",Control=True,Shift=True)
-DebugExecBindings=(Key=Escape,Command="CloseEditorViewport")
-DebugExecBindings=(Key=Enter,Command="TOGGLE_FULLSCREEN",Alt=True)
-DebugExecBindings=(Key=Tab,Command="FocusNextPIEWindow",Control=True)
-DebugExecBindings=(Key=Tab,Command="FocusLastPIEWindow",Shift=True)
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~