Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/APlayerController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool InputMotion
(
const FVector& Tilt, |
Handles motion control | GameFramework/PlayerController.h | |
virtual bool InputMotion
(
const FInputDeviceId DeviceId, |
Handles motion control | GameFramework/PlayerController.h |
InputMotion(const FVector &, const FVector &, const FVector &, const FVector &)
Description
Handles motion control
| Name | InputMotion |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h |
| Include Path | #include "GameFramework/PlayerController.h" |
virtual bool InputMotion
(
const FVector & Tilt,
const FVector & RotationRate,
const FVector & Gravity,
const FVector & Acceleration
)
InputMotion(const FInputDeviceId, const FVector &, const FVector &, const FVector &, const FVector &, const uint64)
Description
Handles motion control
| Name | InputMotion |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h |
| Include Path | #include "GameFramework/PlayerController.h" |
virtual bool InputMotion
(
const FInputDeviceId DeviceId,
const FVector & Tilt,
const FVector & RotationRate,
const FVector & Gravity,
const FVector & Acceleration,
const uint64 Timestamp
)