Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore > API/Plugins/UserToolBoxCore/UUserToolBoxBaseTab
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveCommand
(
UUTBBaseCommand* Command |
Remove a command | UTBBaseTab.h | |
void RemoveCommand
(
const FString SectionName, |
Remove a command at a specific location in a specific section | UTBBaseTab.h |
RemoveCommand(UUTBBaseCommand *)
Description
Remove a command
| Name | RemoveCommand |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/UTBBaseTab.h |
| Include Path | #include "UTBBaseTab.h" |
| Source | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Private/UTBBaseTab.cpp |
void RemoveCommand
(
UUTBBaseCommand * Command
)
Parameters
| Name | Remarks |
|---|---|
| Command | The command to remove |
RemoveCommand(const FString, const int)
Description
Remove a command at a specific location in a specific section
| Name | RemoveCommand |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/UTBBaseTab.h |
| Include Path | #include "UTBBaseTab.h" |
| Source | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Private/UTBBaseTab.cpp |
void RemoveCommand
(
const FString SectionName,
const int Index
)
Parameters
| Name | Remarks |
|---|---|
| Section | the section name |
| Index | the position in the section of the command to remove |