Navigation
API > API/Plugins > API/Plugins/CommonConversationGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphSchema
- UAIGraphSchema
- UConversationGraphSchema
References
Module | CommonConversationGraph |
Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphSchema.h |
Include | #include "ConversationGraphSchema.h" |
Syntax
UCLASS&40;&41;
class UConversationGraphSchema : public UAIGraphSchema
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UConversationGraphSchema
(
const FObjectInitializer& ObjectInitializer |
Overridden from UAIGraphSchema
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | GetGraphNodeContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder, |
|
![]() ![]() ![]() |
void | GetSubNodeClasses
(
int32 SubNodeFlags, |
Overridden from UEdGraphSchema
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
const FPinConnectionResponse | CanCreateConnection
(
const UEdGraphPin* A, |
Determine if a connection can be created between two pins. |
![]() ![]() ![]() |
const FPinConnectionResponse | CanMergeNodes
(
const UEdGraphNode* A, |
Determine if two nodes can be merged |
![]() ![]() ![]() |
FConnectionDrawingPolicy * | CreateConnectionDrawingPolicy
(
int32 InBackLayerID, |
Returns new FConnectionDrawingPolicy from this schema |
![]() ![]() ![]() |
void | CreateDefaultNodesForGraph
(
UEdGraph& Graph |
Populate new graph with any default nodes |
![]() ![]() ![]() |
void | Forces cached visualization data to refresh | |
![]() ![]() ![]() |
void | GetContextMenuActions
(
UToolMenu* Menu, |
Gets actions that should be added to the right-click context menu for a node or pin |
![]() ![]() ![]() |
int32 | Returns the current cache title refresh ID that is appropriate for the passed node | |
![]() ![]() ![]() |
void | GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin |
![]() ![]() ![]() |
FLinearColor | GetPinTypeColor
(
const FEdGraphPinType& PinType |
Gets the draw color of a pin based on it's type. |
![]() ![]() ![]() |
bool | IsCacheVisualizationOutOfDate
(
int32 InVisualizationCacheID |
Checks if a CacheRefreshID is out of date |
![]() ![]() ![]() |
void | OnPinConnectionDoubleCicked
(
UEdGraphPin* PinA, |
Handles double-clicking on a pin<->pin connection |
Constants
Name | Description |
---|---|
CurrentCacheRefreshID | ID for checking dirty status of node titles against, increases whenever. |