Navigation
API > API/Plugins > API/Plugins/CommonConversationGraph > API/Plugins/CommonConversationGraph/UConversationGraphNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsOutBoundConnectionAllowed
(
const UConversationGraphNode* OtherNode, |
ConversationGraphNode.h | ||
bool IsOutBoundConnectionAllowed
(
const UConversationGraphNode_Knot* KnotNode, |
ConversationGraphNode.h |
IsOutBoundConnectionAllowed(const UConversationGraphNode *, FText &)
| Name | IsOutBoundConnectionAllowed |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphNode.h |
| Include Path | #include "ConversationGraphNode.h" |
| Source | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Private/ConversationGraphNode.cpp |
bool IsOutBoundConnectionAllowed
(
const UConversationGraphNode * OtherNode,
FText & OutErrorMessage
) const
IsOutBoundConnectionAllowed(const UConversationGraphNode_Knot *, FText &)
| Name | IsOutBoundConnectionAllowed |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphNode.h |
| Include Path | #include "ConversationGraphNode.h" |
| Source | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Private/ConversationGraphNode.cpp |
bool IsOutBoundConnectionAllowed
(
const UConversationGraphNode_Knot * KnotNode,
FText & OutErrorMessage
) const