Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
SUserToolBoxTabWidget is the UI widget generated by a UUserToolBoxBaseTab. It will generated the wanted UI based on the different UI override set in the UUserToolBoxBaseTab or in a specific command
| Name | SUserToolBoxTabWidget |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/UTBBaseTab.h |
| Include Path | #include "UTBBaseTab.h" |
Syntax
class SUserToolBoxTabWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SUserToolBoxTabWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SUserToolBoxTabWidget
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SUserToolBoxTabWidget() |
UTBBaseTab.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnObjectPropertyChangedDelegate | FDelegateHandle | UTBBaseTab.h | ||
| OnTabChangedDelegate | FDelegateHandle | Delegate handle. | UTBBaseTab.h | |
| Parameters | FUITemplateParameters | UTBBaseTab.h | ||
| Tab | TObjectPtr< UUserToolBoxBaseTab > | UTBBaseTab.h | ||
| UIOverride | TSubclassOf< UUTBDefaultUITemplate > | UTBBaseTab.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
UTBBaseTab.h | ||
void OnObjectModified
(
UObject* Object, |
UTBBaseTab.h | ||
void UpdateTab
(
UUserToolBoxBaseTab* InTab |
Function to request a tab UI update | UTBBaseTab.h |