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 InsertCommandFromClass
&40;
const TSubclassOf< UUTBBaseCommand > InClass,
const FString Section,
const int Index
&41;
Remarks
Insert a default command from the class at a specific location in a specific section
Parameters
| Name | Description |
|---|---|
| InClass | the class we want to instanciate |
| Section | the section name |
| Index | the position in the section of the new command |