Navigation
API > API/Editor > API/Editor/AIGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FAISchemaAction_NewSubNode
References
Module | AIGraph |
Header | /Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h |
Include | #include "AIGraphSchema.h" |
Syntax
struct FAISchemaAction_NewSubNode : public FEdGraphSchemaAction
Remarks
Action to add a subnode to the selected node
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TObjectPtr< class UAIGraphNode > | NodeTemplate | Template of node we want to create |
![]() |
TObjectPtr< class UAIGraphNode > | ParentNode | Parent node |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FAISchemaAction_NewSubNode
(
FText InNodeCategory, |
Overridden from FEdGraphSchemaAction
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | AddReferencedObjects
(
FReferenceCollector& Collector |
GC. |
![]() ![]() |
UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |
![]() ![]() |
UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |