Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore > API/Plugins/UserToolBoxCore/UUserToolBoxBaseTab
References
| Module | UserToolBoxCore |
| Header | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/UTBBaseTab.h |
| Include | #include "UTBBaseTab.h" |
| Source | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Private/UTBBaseTab.cpp |
void RemoveCommandFromSection
&40;
UUTBBaseCommand &42; Command,
const FString SectionName
&41;
Remarks
Remove a command contained in a specific section
Parameters
| Name | Description |
|---|---|
| Command | The name of the section to remove |
| SectionName | The name of the section to remove |