Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SDropTarget
- SNiagaraSectionDragDropTarget
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraHierarchy.h |
| Include | #include "Widgets/SNiagaraHierarchy.h" |
Syntax
class SNiagaraSectionDragDropTarget : public SDropTarget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | OnDragLeave
(
const FDragDropEvent& DragDropEvent |
Called during drag and drop when the drag leaves a widget. | |
| FReply | OnDragOver
(
const FGeometry& MyGeometry, |
Called during drag and drop when the the mouse is being dragged over a widget. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |