Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/Input
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPlayerInput
- UEnhancedPlayerInput
- UVCamPlayerInput
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/Input/VCamPlayerInput.h |
| Include | #include "Input/VCamPlayerInput.h" |
Syntax
UCLASS&40;&41;
class UVCamPlayerInput : public UEnhancedPlayerInput
Remarks
Receives raw input from input processor (or player controller in user code). Filters input
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FVCamInputDeviceConfig & | |||
| void | SetInputSettings
(
const FVCamInputDeviceConfig& Input |
Overridden from UPlayerInput
| Type | Name | Description | |
|---|---|---|---|
| bool | InputKey
(
const FInputKeyParams& Params |
Handles a key input event. Returns true if there is an action that handles the specified key. |