Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
| Name | UUTBTabSection |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/UTBBaseTab.h |
| Include Path | #include "UTBBaseTab.h" |
Syntax
UCLASS ()
class UUTBTabSection : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UUTBTabSection
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Commands | TArray< TObjectPtr< UUTBBaseCommand > > | The list of command | UTBBaseTab.h | |
| SectionName | FString | The name of the section | UTBBaseTab.h |
|