Navigation
API > API/Plugins > API/Plugins/PhysicsControlEditor
Class SOperatorTreeWidget
| Name | SOperatorTreeWidget |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControlEditor/Public/OperatorViewer/SOperatorTreeWidget.h |
| Include Path | #include "OperatorViewer/SOperatorTreeWidget.h" |
Syntax
class SOperatorTreeWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SOperatorTreeWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SOperatorTreeWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FilterBarType | SBasicFilterBar< ItemType > | OperatorViewer/SOperatorTreeWidget.h | |
| ItemType | OperatorTreeItemPtr | OperatorViewer/SOperatorTreeWidget.h | |
| Parent | SCompoundWidget | OperatorViewer/SOperatorTreeWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Constructs this widget with InArgs | OperatorViewer/SOperatorTreeWidget.h | |
void CopySelectedItemsDescriptionsToClipboard() |
OperatorViewer/SOperatorTreeWidget.h | ||
void CopySelectedItemsNamesToClipboard() |
OperatorViewer/SOperatorTreeWidget.h | ||
TSharedPtr< SWidget > CreateContextMenu() |
OperatorViewer/SOperatorTreeWidget.h | ||
TSharedRef< ITableRow > GenerateItemRow
(
ItemType InItem, |
OperatorViewer/SOperatorTreeWidget.h | ||
bool HasTag
(
const ItemType Item, |
OperatorViewer/SOperatorTreeWidget.h | ||
bool MatchesSearchAndFilter
(
const ItemType InItem |
OperatorViewer/SOperatorTreeWidget.h | ||
void OnFilterBarFilterChanged() |
OperatorViewer/SOperatorTreeWidget.h | ||
void OnFilterTextChanged
(
const FText& SearchText |
OperatorViewer/SOperatorTreeWidget.h | ||
void OnItemDoubleClicked
(
ItemType InItem |
OperatorViewer/SOperatorTreeWidget.h | ||
void OnItemGetChildren
(
ItemType InItem, |
OperatorViewer/SOperatorTreeWidget.h | ||
virtual FReply OnKeyDown
(
const FGeometry& MyGeometry, |
OperatorViewer/SOperatorTreeWidget.h | ||
void RequestRefresh() |
OperatorViewer/SOperatorTreeWidget.h | ||
virtual void Tick
(
const FGeometry& AllottedGeometry, |
OperatorViewer/SOperatorTreeWidget.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct_Internal() |
OperatorViewer/SOperatorTreeWidget.h | ||
virtual void CreateCustomFilters() |
OperatorViewer/SOperatorTreeWidget.h | ||
virtual void Refresh() |
OperatorViewer/SOperatorTreeWidget.h |