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 CreateInputCommand
&40;
const TSharedRef< FBindingContext > & InBindingContext,
TSharedRef< FUICommandInfo > InUICommandInfo
&41;
Remarks
Creates an input command from the specified user interface action
Parameters
| Name | Description |
|---|---|
| InBindingContext | The context where the command is valid |
| InUICommandInfo | The user interface action to create the input command from Will automatically bind the user interface action to the command specified by the action so when the command's chord is pressed, the action is executed |