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 EVCamInputLoggingMode
{
None,
OnlyConsumable,
OnlyGamepad,
All,
}
Values
| Name | Description |
|---|---|
| None | No logging |
| OnlyConsumable | Log only input that are passed down to the input actions (i.e. that passed filtering conditions) |
| OnlyGamepad | Log all gamepad input regardless whether it is passed down to input actions or not (i.e. that passed filtering conditions) |
| All | Log all input, regardless whether it is passed down to input actions or not (i.e. that passed filtering conditions). |