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 |
bool RegisterCommandList
(
const ::FName InBindingContext,
TSharedRef < FUICommandList > CommandList
) const
Remarks
Exposes the given command list and its context to all OnRegisterCommandList subscribers
Parameters
| Name | Description |
|---|---|
| InBindingContext | The context in which the command list is active |
| CommandList | The command list to expose to subscribers |