Navigation
API > API/Developer > API/Developer/ToolMenus > API/Developer/ToolMenus/FToolMenuContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendCommandList
(
const TSharedRef< FUICommandList >& InCommandList |
ToolMenuContext.h | ||
void AppendCommandList
(
const TSharedPtr< FUICommandList >& InCommandList |
ToolMenuContext.h |
AppendCommandList(const TSharedRef< FUICommandList > &)
| Name | AppendCommandList |
| Type | function |
| Header File | /Engine/Source/Developer/ToolMenus/Public/ToolMenuContext.h |
| Include Path | #include "ToolMenuContext.h" |
| Source | /Engine/Source/Developer/ToolMenus/Private/ToolMenuContext.cpp |
void AppendCommandList
(
const TSharedRef< FUICommandList > & InCommandList
)
AppendCommandList(const TSharedPtr< FUICommandList > &)
| Name | AppendCommandList |
| Type | function |
| Header File | /Engine/Source/Developer/ToolMenus/Public/ToolMenuContext.h |
| Include Path | #include "ToolMenuContext.h" |
| Source | /Engine/Source/Developer/ToolMenus/Private/ToolMenuContext.cpp |
void AppendCommandList
(
const TSharedPtr< FUICommandList > & InCommandList
)