Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands > API/Runtime/Slate/Framework/Commands/FInputBindingManager > API/Runtime/Slate/Framework/Commands/FInputBindingManager/FindCommandInContext
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 |
const TSharedPtr< FUICommandInfo > FindCommandInContext
&40;
const FName InBindingContext,
const FName CommandName
&41; const
Remarks
Finds the command in the provided context which has the provided name
Parameters
| Name | Description |
|---|---|
| InBindingContext | The binding context name |
| CommandName | The name of the command to find |