Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/IEnhancedInputSubsystemInterface
Description
Called each tick from the Enhanced Input module.
If bControlMappingsRebuiltThisTick is true this tick, then call the ControlMappingsRebuiltThisFrame function and reset the bControlMappingsRebuiltThisTick flag to false.
This gives an implementor of this interface an oppurtunity to add in a nice blueprint useable delegate.
| Name | HandleControlMappingRebuildDelegate |
| Type | function |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputSubsystemInterface.h |
| Include Path | #include "EnhancedInputSubsystemInterface.h" |
| Source | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Private/EnhancedInputSubsystemInterface.cpp |
void HandleControlMappingRebuildDelegate()