Navigation
API > API/Plugins > API/Plugins/EnhancedInput
UInputTriggerReleased Trigger returns Ongoing whilst input exceeds the actuation threshold. Trigger fires once only when input drops back below actuation threshold.
| Name | UInputTriggerReleased |
| Type | class |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputTriggers.h |
| Include Path | #include "InputTriggers.h" |
Syntax
UCLASS (NotBlueprintable, MinimalAPI, Meta=(DisplayName="Released"))
class UInputTriggerReleased : public UInputTrigger
Inheritance Hierarchy
- UInputTrigger → UInputTriggerReleased