Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
This struct represents a logical participant in a conversation.
In an active conversation, logical participants are mapped to actual participants (e.g., mapping a logical Player to the current player pawn)
| Name | FCommonDialogueBankParticipant |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationDatabase.h |
| Include Path | #include "ConversationDatabase.h" |
Syntax
USTRUCT ()
struct FCommonDialogueBankParticipant
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FallbackName | FText | ConversationDatabase.h | ||
| NodeTint | FLinearColor | ConversationDatabase.h |
|
|
| ParticipantName | FGameplayTag | Identifier represented by the component | ConversationDatabase.h |
|