Navigation
API > API/Plugins > API/Plugins/EnhancedInput
UInputTriggerPressed Trigger fires once only when input exceeds the actuation threshold. Holding the input will not cause further triggers.
| Name | UInputTriggerPressed |
| Type | class |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputTriggers.h |
| Include Path | #include "InputTriggers.h" |
Syntax
UCLASS (NotBlueprintable, MinimalAPI, Meta=(DisplayName="Pressed"))
class UInputTriggerPressed : public UInputTrigger
Inheritance Hierarchy
- UInputTrigger → UInputTriggerPressed