Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/IEnhancedInputSubsystemInterface
Data storing the state of input values we inject for specific FKeys
| Name | FInjectedKeyData |
| Type | struct |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputSubsystemInterface.h |
| Include Path | #include "EnhancedInputSubsystemInterface.h" |
Syntax
struct FInjectedKeyData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EnhancedInputSubsystemInterface.h | |||
FInjectedKeyData
(
const FInputActionValue& Value |
EnhancedInputSubsystemInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InputValue | FInputActionValue | The desired input action value to inject when we tick. | EnhancedInputSubsystemInterface.h | |
| LastInjectedValue | FInputActionValue | The last input value which was injected for this key. | EnhancedInputSubsystemInterface.h |