Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SSCS_RowWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnAttachToDropAction
(
FSCSEditorTreeNodePtrType DroppedNodePtr |
Handler for attaching a single node to this node | SSCSEditor.h | |
void OnAttachToDropAction
(
const TArray< FSCSEditorTreeNodePtrType >& DroppedNodePtrs |
Handler for attaching one or more nodes to this node | SSCSEditor.h |
OnAttachToDropAction(FSCSEditorTreeNodePtrType)
Description
Handler for attaching a single node to this node
| Name | OnAttachToDropAction |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include Path | #include "SSCSEditor.h" |
void OnAttachToDropAction
(
FSCSEditorTreeNodePtrType DroppedNodePtr
)
OnAttachToDropAction(const TArray< FSCSEditorTreeNodePtrType > &)
Description
Handler for attaching one or more nodes to this node
| Name | OnAttachToDropAction |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include Path | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
void OnAttachToDropAction
(
const TArray< FSCSEditorTreeNodePtrType > & DroppedNodePtrs
)