Navigation
BlueprintAPI > BlueprintAPI/Input > BlueprintAPI/Input/MappingQueries
Check if a mapping context is applied to this subsystem's owner.
Target is Enhanced Input Subsystem Interface
Inputs
| Type | Name | Description |
|---|---|---|
| interface | Target | |
| object | Mapping Context | The mapping context to search for on the subsystem's owner. |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Out Found Priority | The priority of the mapping context if it is applied. -1 if the context is not applied |
| boolean | Return Value | True if the mapping context is applied |