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
enum EVCamInputLoggingMode
&123;
None,
OnlyConsumable,
OnlyGamepad,
All,
&125;
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). |