Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SUserToolBoxTabWidget
References
| Module | UserToolBoxCore |
| Header | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/UTBBaseTab.h |
| Include | #include "UTBBaseTab.h" |
Syntax
class SUserToolBoxTabWidget : public SCompoundWidget
Remarks
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
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| void | OnObjectModified
(
UObject* Object, |
||
| void | UpdateTab
(
UUserToolBoxBaseTab* InTab |
Function to request a tab UI update |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |