Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime > API/Plugins/CommonConversationRuntime/UConversationContextHelpers
Description
Returns the conversation instance object associated with the conversation context provided, or nullptr if not valid
| Name | GetConversationInstance |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationContext.h |
| Include Path | #include "ConversationContext.h" |
| Source | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Private/ConversationContext.cpp |
UFUNCTION (BlueprintPure, BlueprintAuthorityOnly, Category=Conversation)
static UConversationInstance * GetConversationInstance
(
const FConversationContext & Context
)