Navigation
API > API/Plugins > API/Plugins/CommonConversationGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FConversationGraphSchemaAction_AutoArrange
References
| Module | CommonConversationGraph |
| Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphSchema.h |
| Include | #include "ConversationGraphSchema.h" |
Syntax
USTRUCT&40;&41;
struct FConversationGraphSchemaAction_AutoArrange : public FEdGraphSchemaAction
Remarks
Action to auto arrange the graph
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConversationGraphSchemaAction_AutoArrange
(
FText InNodeCategory, |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |