Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ACharacter
Description
Allows a Pawn to set up custom input bindings. Called upon possession by a PlayerController, using the InputComponent created by CreatePlayerInputComponent().
Virtual Inheritance
- APawn::SetupPlayerInputComponent → ACharacter::SetupPlayerInputComponent
| Name | SetupPlayerInputComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Character.h |
| Include Path | #include "GameFramework/Character.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Character.cpp |
virtual void SetupPlayerInputComponent
(
class UInputComponent * PlayerInputComponent
)