Navigation
Unreal Engine C++ API Reference > Plugins > EnhancedInput
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInputTrigger
- UInputTriggerReleased
References
Module | EnhancedInput |
Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputTriggers.h |
Include | #include "InputTriggers.h" |
Syntax
UCLASS&40;NotBlueprintable, MinimalAPI, Meta&61;&40;DisplayName&61;"Released"&41;&41;
class UInputTriggerReleased : public UInputTrigger
Remarks
UInputTriggerReleased Trigger returns Ongoing whilst input exceeds the actuation threshold. Trigger fires once only when input drops back below actuation threshold.
Overridden from UInputTrigger
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FString | Provide debug output for use with ShowDebug EnhancedInput. Return an empty string to disable display. | |
![]() ![]() ![]() |
ETriggerEventsSupported | Determines what kind of trigger events can happen from the behavior of this trigger. | |
![]() ![]() |
ETriggerState | UpdateState_Implementation
(
const UEnhancedPlayerInput* PlayerInput, |
Triggers on actuation. |