APlayerController::DisableInput

Removes this actor from the stack of input being handled by a PlayerController.

Windows
MacOS
Linux

Override Hierarchy

AActor::DisableInput()

APlayerController::DisableInput()

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

Syntax

virtual void DisableInput
(
    class APlayerController * PlayerController
)

Remarks

Removes this actor from the stack of input being handled by a PlayerController.

Parameters

Parameter

Description

PlayerController

The PlayerController whose input events we no longer want to receive. If null, this actor will stop receiving input from all PlayerControllers.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss