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