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