Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphSchema.h |
Include |
#include "ConversationGraphSchema.h" |
UCLASS()
class UConversationGraphSchema : public UAIGraphSchema
Name | Description | |
---|---|---|
|
UConversationGraphSchema ( |
Name | Description | ||
---|---|---|---|
|
GetGraphNodeContextActions ( |
||
|
GetSubNodeClasses ( |
Name | Description | ||
---|---|---|---|
|
const FPinCo... |
CanCreateConnection ( |
Determine if a connection can be created between two pins. |
|
const FPinCo... |
CanMergeNodes ( |
Determine if two nodes can be merged |
|
FConnectionD... |
CreateConnectionDrawingPolicy ( |
Returns new FConnectionDrawingPolicy from this schema |
|
CreateDefaultNodesForGraph ( |
Populate new graph with any default nodes |
|
|
ForceVisualizationCacheClear() |
Forces cached visualization data to refresh |
|
|
GetContextMenuActions ( |
Gets actions that should be added to the right-click context menu for a node or pin |
|
|
GetCurrentVisualizationCacheID() |
Returns the current cache title refresh ID that is appropriate for the passed node |
|
|
GetGraphContextActions ( |
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin |
|
|
GetPinTypeColor ( |
Gets the draw color of a pin based on it's type. |
|
|
IsCacheVisualizationOutOfDate ( |
Checks if a CacheRefreshID is out of date |
|
|
OnPinConnectionDoubleCicked ( |
Handles double-clicking on a pin<->pin connection |
Name |
Description |
---|---|
CurrentCacheRefreshID |
ID for checking dirty status of node titles against, increases whenever. |