Navigation
API > API/Editor > API/Editor/AIGraph
Inheritance Hierarchy
- FDragNode
- FDragAIGraphNode
References
| Module | AIGraph |
| Header | /Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h |
| Include | #include "SGraphNodeAI.h" |
Syntax
class FDragAIGraphNode : public FDragNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | StartTime |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UAIGraphNode * | |||
| const FString & | GetTypeId () |
||
| bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. | |
| TSharedRef< FDragAIGraphNode > | New
(
const TSharedRef< SGraphPanel >& InGraphPanel, |
||
| TSharedRef< FDragAIGraphNode > | New
(
const TSharedRef< SGraphPanel >& InGraphPanel, |
Typedefs
| Name | Description |
|---|---|
| Super |