Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/APlayerController
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h |
| Include | #include "GameFramework/PlayerController.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PlayerController.cpp |
virtual void SetDisableHaptics
&40;
bool bNewDisabled
&41;
Remarks
Allows the player controller to disable all haptic requests from being fired, e.g. in the case of a level loading
Parameters
| Name | Description |
|---|---|
| bNewDisabled | If TRUE, the haptics will stop and prevented from being enabled again until set to FALSE |