Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime > API/Plugins/CommonConversationRuntime/FConversationChoiceDataHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FConversationChoiceData * Get
(
int32 Index |
Returns data at index, or nullptr if invalid | ConversationTypes.h | |
FConversationChoiceData * Get
(
int32 Index |
Returns data at index, or nullptr if invalid | ConversationTypes.h |
Get(int32)
Description
Returns data at index, or nullptr if invalid
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
const FConversationChoiceData * Get
(
int32 Index
) const
Get(int32)
Description
Returns data at index, or nullptr if invalid
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
FConversationChoiceData * Get
(
int32 Index
)