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 InsertCommand
&40;
const UUTBBaseCommand &42; InCommand,
const FString SectionName,
const int Index
&41;
Remarks
Insert a command at a specific location in a specific section
Parameters
Name | Description |
---|---|
InCommand | the command we want to add to the tab |
Section | the section name |
Index | the position in the section of the new command |