Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
| Name | FConversationParticipants |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FConversationParticipants
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| List | TArray< FConversationParticipantEntry > | ConversationTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
AActor* PotentialParticipant |
ConversationTypes.h | ||
const FConversationParticipantEntry * GetParticipant
(
FGameplayTag ParticipantID |
ConversationTypes.h | ||
UConversationParticipantComponent * GetParticipantComponent
(
FGameplayTag ParticipantID |
ConversationTypes.h |