Navigation
API > API/Plugins > API/Plugins/VCamCore
| Name | EVCamInputLoggingMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/Input/VCamInputDeviceConfig.h |
| Include Path | #include "Input/VCamInputDeviceConfig.h" |
Syntax
enum EVCamInputLoggingMode
{
None,
OnlyConsumable,
OnlyGamepad,
All,
}
Values
| Name | Remarks |
|---|---|
| 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). |