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 |
const TSharedPtr < FUICommandInfo > GetCommandInfoFromInputChord
(
const FName InBindingContext,
const FInputChord & InChord,
bool bCheckDefault
) const
Remarks
Returns a command info that is has the same active chord as the provided chord and is in the same binding context or parent context A pointer to the command info which has the InChord as its active chord or null if one cannot be found
Parameters
| Name | Description |
|---|---|
| InBindingContext | The context in which the command is valid |
| InChord | The chord to match against commands |
| bCheckDefault | Whether or not to check the default chord. Will check the active chord if false |