unreal.TriggerType
¶
- class unreal.TriggerType¶
Bases:
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: TriggerType¶
Inverted trigger that will block all other triggers if it is triggered.
- Type:
2
- EXPLICIT: TriggerType¶
Input may trigger if any explicit trigger is triggered.
- Type:
0
- IMPLICIT: TriggerType¶
Input may trigger only if all implicit triggers are triggered.
- Type:
1