Navigation
API > API/Plugins > API/Plugins/TedsOutliner
| Name | FOutlinerWorldLevelLabelWidgetConstructor |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOutliner/Public/Widgets/OutlinerWorldLevelLabelWidget.h |
| Include Path | #include "Widgets/OutlinerWorldLevelLabelWidget.h" |
Syntax
USTRUCT ()
struct FOutlinerWorldLevelLabelWidgetConstructor : public FOutlinerTextWidgetConstructor
Inheritance Hierarchy
- FTedsWidgetConstructorBase → FTypedElementWidgetConstructor → FSimpleWidgetConstructor → FOutlinerTextWidgetConstructor → FOutlinerWorldLevelLabelWidgetConstructor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Widgets/OutlinerWorldLevelLabelWidget.h | |||
FOutlinerWorldLevelLabelWidgetConstructor
(
const UScriptStruct* InTypeInfo |
Widgets/OutlinerWorldLevelLabelWidget.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOutlinerWorldLevelLabelWidgetConstructor() |
Widgets/OutlinerWorldLevelLabelWidget.h |
Functions
Public
Public Virtual
Protected Virtual
Overridden from FOutlinerTextWidgetConstructor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > CreateEditableWidget
(
UE::Editor::DataStorage::ICoreProvider* DataStorage, |
Virtual relay function so that deriving Constructors may edit the editable widget without having to override the whole CreateWidget procedure. | Widgets/OutlinerWorldLevelLabelWidget.h |