Navigation
API > API/Plugins > API/Plugins/EnhancedInput
UInputTriggerChordAction Applies a chord action that must be triggering for this trigger's action to trigger
| Name | UInputTriggerChordAction |
| Type | class |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputTriggers.h |
| Include Path | #include "InputTriggers.h" |
Syntax
UCLASS (MinimalAPI, NotBlueprintable,
Meta=(DisplayName="Chorded Action", NotInputConfigurable="true"))
class UInputTriggerChordAction : public UInputTrigger
Inheritance Hierarchy
- UInputTrigger → UInputTriggerChordAction
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChordAction | TObjectPtr< const UInputAction > | The action that must be triggering for this trigger's action to trigger. | InputTriggers.h |
|