Controller-SetIgnoreLookInput(bool).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Controller
Controller.SetIgnoreLookInput(bool) Method
Locks or unlocks look input, consecutive calls stack up and require the same amount of calls to undo, or can all be undone using ResetIgnoreLookInput()
public void SetIgnoreLookInput(bool value);
Parameters
value System.Boolean