Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor > API/Plugins/ObjectMixerEditor/Views > API/Plugins/ObjectMixerEditor/Views/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SInlinePropertyCellWidget
References
| Module | ObjectMixerEditor |
| Header | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/Widgets/SInlinePropertyCellWidget.h |
| Include | #include "Views/Widgets/SInlinePropertyCellWidget.h" |
Syntax
class SInlinePropertyCellWidget : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | ColumnName | ||
| TWeakPtr< ISceneOutlinerTreeItem > | WeakRowPtr |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanPaste () |
||
| void | Construct
(
const FArguments& InArgs, |
||
| void | |||
| void | |||
| FReply | MakePropertyContextMenu
(
const FPointerEvent& MouseEvent |
||
| void |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnMouseButtonUp
(
const FGeometry& MyGeometry, |
The system calls this method to notify the widget that a mouse button was release within it. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |