unreal.TriggerType

class unreal.TriggerType

Bases: unreal.EnumBase

Trigger type determine how the trigger contributes to an action’s overall trigger event the behavior of the trigger

C++ Source:

  • Plugin: EnhancedInput

  • Module: EnhancedInput

  • File: InputTriggers.h

BLOCKER

Inverted trigger that will block all other triggers if it is triggered.

Type

2

EXPLICIT

Input may trigger if any explicit trigger is triggered.

Type

0

IMPLICIT

Input may trigger only if all implicit triggers are triggered.

Type

1