Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime > API/Plugins/CommonConversationRuntime/FConversationBranchPoint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ConversationTypes.h | |||
FConversationBranchPoint
(
const FClientConversationOptionEntry& InClientChoice |
ConversationTypes.h | ||
FConversationBranchPoint
(
FClientConversationOptionEntry&& InClientChoice |
ConversationTypes.h |
FConversationBranchPoint()
| Name | FConversationBranchPoint |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
FConversationBranchPoint()
FConversationBranchPoint(const FClientConversationOptionEntry &)
| Name | FConversationBranchPoint |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
FConversationBranchPoint
(
const FClientConversationOptionEntry & InClientChoice
)
FConversationBranchPoint(FClientConversationOptionEntry &&)
| Name | FConversationBranchPoint |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
FConversationBranchPoint
(
FClientConversationOptionEntry && InClientChoice
)