unreal.VCamGamepadInputMode

class unreal.VCamGamepadInputMode

Bases: EnumBase

EVCam Gamepad Input Mode

C++ Source:

  • Plugin: VirtualCameraCore

  • Module: VCamCore

  • File: VCamInputDeviceConfig.h

ALLOW: VCamGamepadInputMode

Input is forwarded to input actions but not consumed.

Type:

0

ALLOW_AND_CONSUME: VCamGamepadInputMode

Input is forwarded to input actions and is ALWAYS consumed, regardless of whether an action was bound to it or not.

Type:

1

IGNORE: VCamGamepadInputMode

Input is not forwarded to input actions.

Type:

2

IGNORE_AND_CONSUME: VCamGamepadInputMode

Input is not forwarded to input actions and we block anybody else from receiving this input.

Type:

3