Navigation
API > API/Plugins > API/Plugins/VCamCore
| |
|
| Name |
EVCamInputMode |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/Input/VCamInputDeviceConfig.h |
| Include Path |
#include "Input/VCamInputDeviceConfig.h" |
Syntax
enum EVCamInputMode
{
ConsumeIfUsed,
ConsumeDevice,
DoNotConsume,
Ignore,
}
Values
| Name |
Remarks |
| 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. |