Unreal Engine Blueprint API Reference > Conversation
Returns the conversation participant component belonging to the participant indicated by 'ParticipantTag', or nullptr if not found
Target is Conversation Context Helpers
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
struct | Context | |
struct | Participant Tag |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value | Returns the conversation participant component belonging to the participant indicated by 'ParticipantTag', or nullptr if not found |