Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/Input
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/Input/VCamInputDeviceConfig.h |
| Include | #include "Input/VCamInputDeviceConfig.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FVCamInputDeviceConfig
Remarks
Defines the input devices a UVCamComponent will accept input from.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FVCamInputDeviceID > | AllowedInputDeviceIds | List of input devices from which input can trigger input actions. | |
| bool | bAllowAllInputDevices | Determines how input devices are filtered: True: Every device is allowed. | |
| EVCamInputMode | InputMode | Determines how input is to be treated (is it consumed? is it even allowed?). | |
| EVCamInputLoggingMode | LoggingMode | What type of input should be logged. |
Tip: Filter the log by LogVCamInputDebug. |