Navigation
API > API/Plugins > API/Plugins/EnhancedInput
| Name | EInputMappingRebuildType |
| Type | enum |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputSubsystemInterface.h |
| Include Path | #include "EnhancedInputSubsystemInterface.h" |
Syntax
enum EInputMappingRebuildType
{
None,
Rebuild,
RebuildWithFlush,
}
Values
| Name | Remarks |
|---|---|
| None | No rebuild required. |
| Rebuild | Standard mapping rebuild. Retains existing triggers and modifiers for actions that were previously mapped. |
| RebuildWithFlush | If you have made changes to the triggers/modifiers associated with a UInputAction that was previously mapped a flush is required to reset the tracked data for that action. |