Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands > API/Runtime/Slate/Framework/Commands/FInputBindingManager
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Commands/InputBindingManager.h |
| Include | #include "Framework/Commands/InputBindingManager.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Commands/InputBindingManager.cpp |
void RemoveInputCommand
&40;
const TSharedRef< FBindingContext > & InBindingContext,
TSharedRef< FUICommandInfo > InUICommandInfo
&41;
Remarks
Removes an input command, allowing a new one to take its place
Parameters
| Name | Description |
|---|---|
| InBindingContext | The context where the command is valid |
| InUICommandInfo | The user interface action to remove |