Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Inheritance Hierarchy
- UObject
- UInputModifier
- UInputModifierResponseCurveUser
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
| Include | #include "InputModifiers.h" |
Syntax
UCLASS (NotBlueprintable, MinimalAPI, Meta=(DisplayName="Response Curve - User Defined"))
class UInputModifierResponseCurveUser : public UInputModifier
Remarks
Response Curve User Defined Apply a custom response curve to input values, per axis
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UCurveFloat > | ResponseX | ||
| TObjectPtr< UCurveFloat > | ResponseY | ||
| TObjectPtr< UCurveFloat > | ResponseZ |
Overridden from UInputModifier
| Type | Name | Description | |
|---|---|---|---|
| FInputActionValue | ModifyRaw_Implementation
(
const UEnhancedPlayerInput* PlayerInput, |
ModifyRaw implementation. Override this to alter input values in native code. |