Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SDetailsSplitter
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/SDetailsSplitter.h |
| Include | #include "SDetailsSplitter.h" |
Syntax
class SDetailsSplitter : public SCompoundWidget
Remarks
Splitter that allows you to provide an FAsyncDetailViewDiff to connect like-properties between two or more details panels
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddSlot
(
const FSlot::FSlotArguments& SlotArgs, |
||
| void | Construct
(
const FArguments& InArgs |
||
| FPanel & | GetPanel
(
int32 Index |
||
| FSlot::FSlotArguments | Slot () |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnMouseButtonDown
(
const FGeometry& MyGeometry, |
MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. | |
| void | OnMouseLeave
(
const FPointerEvent& MouseEvent |
The system will use this event to notify a widget that the cursor has left it. | |
| FReply | OnMouseMove
(
const FGeometry& MyGeometry, |
The system calls this method to notify the widget that a mouse moved within it. | |
| int32 | OnPaint
(
const FPaintArgs& Args, |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FPanel | |||
| FSlot |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EPropertyCopyDirection |