Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/Input
References
| Module | VCamCore |
| Header | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/Input/VCamInputDeviceConfig.h |
| Include | #include "Input/VCamInputDeviceConfig.h" |
Syntax
enum EVCamInputMode
{
ConsumeIfUsed,
ConsumeDevice,
DoNotConsume,
Ignore,
}
Values
| Name | Description |
|---|---|
| ConsumeIfUsed | Input is passed to VCam input actions. |
| ConsumeDevice | Input is passed to VCam input actions. |
| DoNotConsume | Input is passed to VCam input actions. |
| Ignore | Input is not passed to VCam input actions. |