Navigation
API > API/Plugins > API/Plugins/CommonConversationGraph
Inheritance Hierarchy
- UEdGraphSchema
- UAIGraphSchema
- UConversationGraphSchema
References
| Module | CommonConversationGraph |
| Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphSchema.h |
| Include | #include "ConversationGraphSchema.h" |
Syntax
UCLASS ()
class UConversationGraphSchema : public UAIGraphSchema
Constructors
| Type | Name | Description | |
|---|---|---|---|
UConversationGraphSchema
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddConversationNodeOptions
(
const FString& CategoryName, |
||
| const FPinConnectionResponse | CanCreateConnection
(
const UEdGraphPin* A, |
||
| const FPinConnectionResponse | CanMergeNodes
(
const UEdGraphNode* A, |
||
| void | CreateDefaultNodesForGraph
(
UEdGraph& Graph |
||
| void | |||
| int32 | |||
| void | GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
||
| bool | HasSubNodeClasses
(
int32 SubNodeFlags |
||
| bool | IsCacheVisualizationOutOfDate
(
int32 InVisualizationCacheID |
||
| void | OnPinConnectionDoubleCicked
(
UEdGraphPin* PinA, |
Overridden from UAIGraphSchema
| Type | Name | Description | |
|---|---|---|---|
| FConnectionDrawingPolicy * | CreateConnectionDrawingPolicy
(
int32 InBackLayerID, |
||
| void | GetContextMenuActions
(
UToolMenu* Menu, |
||
| void | GetGraphNodeContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder, |
||
| FLinearColor | GetPinTypeColor
(
const FEdGraphPinType& PinType |
||
| void | GetSubNodeClasses
(
int32 SubNodeFlags, |
Constants
| Name | Description |
|---|---|
| CurrentCacheRefreshID | ID for checking dirty status of node titles against, increases whenever. |