Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime > API/Plugins/CommonConversationRuntime/UConversationContextHelpers
Description
Returns the conversation participant component belonging to the participant indicated by 'ParticipantTag', or nullptr if not found
| Name | GetConversationParticipant |
| 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=false, Category=Conversation)
static UConversationParticipantComponent * GetConversationParticipant
(
const FConversationContext & Context,
FGameplayTag ParticipantTag
)