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
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ETriggerEventsSupported GetSupportedTriggerEvents() |
InputTriggers.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetDebugState() |
InputTriggers.h | ||
virtual ETriggerState UpdateState_Implementation
(
const UEnhancedPlayerInput* PlayerInput, |
InputTriggers.h |