Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
References
| Module | CommonConversationRuntime |
| Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationDatabase.h |
| Include | #include "ConversationDatabase.h" |
Syntax
USTRUCT ()
struct FCommonDialogueBankParticipant
Remarks
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)
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | FallbackName | ||
| FLinearColor | NodeTint | ||
| FGameplayTag | ParticipantName | Identifier represented by the component |