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 |
TSharedPtr< FUICommandList > RegisterNewCommandList
&40;
const FName InBindingContext
&41; const
Remarks
Exposes a new given command list from the given context to all OnRegisterCommandList subscribers The new command list exposed to subscribers
Parameters
| Name | Description |
|---|---|
| InBindingContext | The context in which the command list is active |