Navigation
API > API/Plugins > API/Plugins/TedsOutliner
Widget responsible for displaying and toggling the World Partition pinned state for a single item
| Name | STedsPinnedWidget |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOutliner/Public/Widgets/OutlinerPinnedWidget.h |
| Include Path | #include "Widgets/OutlinerPinnedWidget.h" |
Syntax
class STedsPinnedWidget : public SImage
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SLeafWidget → SImage → STedsPinnedWidget
- FSlateControlledConstruction → SWidget → SLeafWidget → SImage → STedsPinnedWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| RowHandle | UE::Editor::DataStorage::RowHandle | Widgets/OutlinerPinnedWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/OutlinerPinnedWidget.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReply HandleClick() |
Widgets/OutlinerPinnedWidget.h | ||
void SetIsPinned
(
RowHandle InRow, |
Toggle the pinned state of InRow in the data storage | Widgets/OutlinerPinnedWidget.h |
Protected Virtual
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSlateColor GetForegroundColor() |
Widgets/OutlinerPinnedWidget.h | ||
virtual FReply OnMouseButtonDoubleClick
(
const FGeometry& InMyGeometry, |
Widgets/OutlinerPinnedWidget.h | ||
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
Widgets/OutlinerPinnedWidget.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void CommitPinnedState
(
UE::Editor::DataStorage::ICoreProvider& DataStorage, |
Widgets/OutlinerPinnedWidget.h | ||
static UE::Editor::DataStorage::ICoreProvider * GetDataStorage() |
Widgets/OutlinerPinnedWidget.h |