Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Options for how multiple registrations of an input mapping context should be tracked.
| Name | EMappingContextRegistrationTrackingMode |
| Type | enum |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputMappingContext.h |
| Include Path | #include "InputMappingContext.h" |
Syntax
enum EMappingContextRegistrationTrackingMode
{
Untracked,
CountRegistrations,
}
Values
| Name | Remarks |
|---|---|
| Untracked | This is the default behavior. |
| CountRegistrations | Track how many times the IMC is added and keeps the IMC applied until the IMC is removed the same number of times. |