Navigation
API > API/Editor > API/Editor/AIGraph > API/Editor/AIGraph/FDragAIGraphNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FDragAIGraphNode > New
(
const TSharedRef< SGraphPanel >& InGraphPanel, |
SGraphNodeAI.h | ||
static TSharedRef< FDragAIGraphNode > New
(
const TSharedRef< SGraphPanel >& InGraphPanel, |
SGraphNodeAI.h |
New(const TSharedRef< SGraphPanel > &, const TSharedRef< SGraphNode > &)
| Name | New |
| Type | function |
| Header File | /Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h |
| Include Path | #include "SGraphNodeAI.h" |
| Source | /Engine/Source/Editor/AIGraph/Private/SGraphNodeAI.cpp |
static TSharedRef < FDragAIGraphNode > New
(
const TSharedRef < SGraphPanel > & InGraphPanel,
const TSharedRef < SGraphNode > & InDraggedNode
)
New(const TSharedRef< SGraphPanel > &, const TArray< TSharedRef< SGraphNode > > &)
| Name | New |
| Type | function |
| Header File | /Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h |
| Include Path | #include "SGraphNodeAI.h" |
| Source | /Engine/Source/Editor/AIGraph/Private/SGraphNodeAI.cpp |
static TSharedRef < FDragAIGraphNode > New
(
const TSharedRef < SGraphPanel > & InGraphPanel,
const TArray < TSharedRef < SGraphNode > > & InDraggedNodes
)