Navigation
API > API/Plugins > API/Plugins/EnhancedInput
UInputTriggerChordBlocker Automatically instantiated to block mappings that are masked by a UInputTriggerChordAction chord from firing whilst the chording key is active. NOTE: Do not attempt to add these manually.
| Name | UInputTriggerChordBlocker |
| Type | class |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputTriggers.h |
| Include Path | #include "InputTriggers.h" |
Syntax
UCLASS (NotBlueprintable, MinimalAPI, HideDropDown)
class UInputTriggerChordBlocker : public UInputTriggerChordAction
Inheritance Hierarchy
- UInputTrigger → UInputTriggerChordAction → UInputTriggerChordBlocker
Functions
Protected
Overridden from UInputTriggerChordAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ETriggerType GetTriggerType_Implementation() |
Implicit, so action cannot fire unless this is firing. | InputTriggers.h | |
virtual bool IsBlocking
(
const ETriggerState State |
InputTriggers.h |