Navigation
Unreal Engine C++ API Reference > Runtime > Engine > GameFramework > AController
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Controller.h |
Include | #include "GameFramework/Controller.h" |
Source | /Engine/Source/Runtime/Engine/Private/Controller.cpp |
UFUNCTION (BlueprintCallable, Category=Input)
virtual void SetIgnoreLookInput
(
bool bNewLookInput
)
Remarks
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.
Parameters
Name | Description |
---|---|
bNewLookInput | If true, look input is ignored. If false, input is not ignored. |