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 GetCommandInfosFromContext
&40;
const FName InBindingContext,
TArray< TSharedPtr< FUICommandInfo > > & OutCommandInfos
&41; const
Remarks
Returns all known command infos for a given binding context
Parameters
| Name | Description |
|---|---|
| InBindingContext | The binding context to get command infos from |
| OutCommandInfos | The list of command infos for the binding context |