Navigation
API > API/Editor > API/Editor/PinnedCommandList > API/Editor/PinnedCommandList/FUICommandList_Pinnable
Description
Start a group scope. All calls to MapAction will be grouped into the specified group. Should be paired with EndGroup()
| Name | BeginGroup |
| Type | function |
| Header File | /Engine/Source/Editor/PinnedCommandList/Public/UICommandList_Pinnable.h |
| Include Path | #include "UICommandList_Pinnable.h" |
| Source | /Engine/Source/Editor/PinnedCommandList/Private/UICommandList_Pinnable.cpp |
void BeginGroup
(
FName InGroupName
)