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