Navigation
API > API/Plugins > API/Plugins/TedsOutliner
| Name | FOutlinerTextWidgetConstructor |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOutliner/Public/Widgets/OutlinerTextWidget.h |
| Include Path | #include "Widgets/OutlinerTextWidget.h" |
Syntax
USTRUCT ()
struct FOutlinerTextWidgetConstructor : public FSimpleWidgetConstructor
Inheritance Hierarchy
- FTedsWidgetConstructorBase → FTypedElementWidgetConstructor → FSimpleWidgetConstructor → FOutlinerTextWidgetConstructor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Widgets/OutlinerTextWidget.h | |||
FOutlinerTextWidgetConstructor
(
const UScriptStruct* InTypeInfo |
Widgets/OutlinerTextWidget.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOutlinerTextWidgetConstructor() |
Widgets/OutlinerTextWidget.h |
Functions
Public
Overridden from FTypedElementWidgetConstructor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > CreateWidget
(
UE::Editor::DataStorage::ICoreProvider* DataStorage, |
Widgets/OutlinerTextWidget.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< SInlineEditableTextBlock > CreateEditableTextBlock
(
UE::Editor::DataStorage::ICoreProvider* DataStorage, |
The actual function that creates the editable widget. | Widgets/OutlinerTextWidget.h | |
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/OutlinerTextWidget.h | |
TSharedPtr< STextBlock > CreateNonEditableTextBlock
(
UE::Editor::DataStorage::ICoreProvider* DataStorage, |
The actual function that creates the non-editable widget. | Widgets/OutlinerTextWidget.h | |
virtual TSharedPtr< SWidget > CreateNonEditableWidget
(
UE::Editor::DataStorage::ICoreProvider* DataStorage, |
Virtual relay function so that deriving Constructors may edit the non-editable widget without having to override the whole CreateWidget procedure. | Widgets/OutlinerTextWidget.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void OnCommitText
(
const FText& NewText, |
Updates the label columns with the given text. | Widgets/OutlinerTextWidget.h | |
| Widgets/OutlinerTextWidget.h |