Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/EnhancedInput/Source/EnhancedInput/Public/InputAction.h |
Include |
#include "InputAction.h" |
UCLASS(BlueprintType)
class UInputAction : public UDataAsset
Input action definition. These are instanced per player (via FInputActionInstance)
Name | Description | ||
---|---|---|---|
|
bConsumeInput |
Should this action swallow any inputs bound to it or allow them to pass through to affect lower priority bound actions? |
|
|
bReserveAllMappings |
This action's mappings are not intended to be automatically overridden by higher priority context mappings. Users must explicitly remove the mapping first. |
|
|
bTriggerWhenPaused |
Should this action be able to trigger whilst the game is paused - Replaces bExecuteWhenPaused. |
|
|
Modifiers |
Modifiers are applied to the final action value. |
|
|
Triggers |
Trigger qualifiers. |
|
|
ValueType |
The type that this action returns from a GetActionValue query or action event. |
Name | Description | ||
---|---|---|---|
|
ETriggerEven... |
GetSupportedTriggerEvents() |
Returns a bitmask of supported trigger events that is built from each UInputTrigger on this Action. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Track actions that have had their ValueType changed to update blueprints referencing them. |
Name |
Description |
---|---|
ActionsWithModifiedValueTypes |