Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore > API/Plugins/UserToolBoxCore/UUserToolBoxBaseTab
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveSection
(
UUTBTabSection* Section |
Remove a section | UTBBaseTab.h | |
void RemoveSection
(
const FString SectionName |
Remove a section with a specific name | UTBBaseTab.h |
RemoveSection(UUTBTabSection *)
Description
Remove a section
| Name | RemoveSection |
| 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 RemoveSection
(
UUTBTabSection * Section
)
Parameters
| Name | Remarks |
|---|---|
| Section | The section to remove |
RemoveSection(const FString)
Description
Remove a section with a specific name
| Name | RemoveSection |
| 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 RemoveSection
(
const FString SectionName
)
Parameters
| Name | Remarks |
|---|---|
| SectionName | The name of the section to remove |