Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FConversationNodeHandle& Lhs, |
ConversationNode.h | ||
bool operator==
(
const FConversationNodeParameterPair& Lhs, |
ConversationTypes.h | ||
bool operator==
(
const FConversationChoiceReference& Lhs, |
ConversationTypes.h | ||
bool operator==
(
const FClientConversationOptionEntry& Lhs, |
ConversationTypes.h | ||
bool operator==
(
const FClientConversationOptionEntry& Lhs, |
ConversationTypes.h |
operator==(const FConversationNodeHandle &, const FConversationNodeHandle &)
| Name | operator== |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationNode.h |
| Include Path | #include "ConversationNode.h" |
bool operator==
(
const FConversationNodeHandle & Lhs,
const FConversationNodeHandle & Rhs
)
operator==(const FConversationNodeParameterPair &, const FConversationNodeParameterPair &)
| Name | operator== |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
bool operator==
(
const FConversationNodeParameterPair & Lhs,
const FConversationNodeParameterPair & Rhs
)
operator==(const FConversationChoiceReference &, const FConversationChoiceReference &)
| Name | operator== |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
bool operator==
(
const FConversationChoiceReference & Lhs,
const FConversationChoiceReference & Rhs
)
operator==(const FClientConversationOptionEntry &, const FClientConversationOptionEntry &)
| Name | operator== |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
bool operator==
(
const FClientConversationOptionEntry & Lhs,
const FClientConversationOptionEntry & Rhs
)
operator==(const FClientConversationOptionEntry &, const FConversationChoiceReference &)
| Name | operator== |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
bool operator==
(
const FClientConversationOptionEntry & Lhs,
const FConversationChoiceReference & Rhs
)