ANetworkPredictionExtrasCharacter::SetupPlayerInputComponent

Allows a Pawn to set up custom input bindings.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

NetworkPredictionExtras

Header

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/NetworkPredictionExtrasCharacter.h

Include

#include "NetworkPredictionExtrasCharacter.h"

Source

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Private/NetworkPredictionExtrasCharacter.cpp

Syntax

virtual void SetupPlayerInputComponent
(
    UInputComponent * PlayerInputComponent
)

Remarks

Allows a Pawn to set up custom input bindings. Called upon possession by a PlayerController, using the InputComponent created by CreatePlayerInputComponent().