Navigation
Unreal Engine C++ API Reference > Plugins > EnhancedInput
Inheritance Hierarchy
- UInputTrigger
- UInputTriggerChordAction
- UInputTriggerChordBlocker
References
Module | EnhancedInput |
Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputTriggers.h |
Include | #include "InputTriggers.h" |
Syntax
UCLASS (NotBlueprintable, MinimalAPI, HideDropDown)
class UInputTriggerChordBlocker : public UInputTriggerChordAction
Remarks
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.
Overridden from UInputTriggerChordAction
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
ETriggerType | Implicit, so action cannot fire unless this is firing. | |
![]() ![]() ![]() |
bool | IsBlocking
(
const ETriggerState State |