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 EVCamInputMode
&123;
ConsumeIfUsed,
ConsumeDevice,
DoNotConsume,
Ignore,
&125;
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. |