Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands > API/Runtime/Slate/Framework/Commands/FBindingContext
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h |
| Include | #include "Framework/Commands/UICommandInfo.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandInfo.cpp |
void AddBundle
&40;
const FName Name,
const FText & Desc
&41;
Remarks
Adds a new command bundle to this context that can be referenced by name from commands within the context.
Parameters
| Name | Description |
|---|---|
| Name | A unique identifier for the bundle in this context |
| Desc | A localized description of the bundle |