Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
| Name | FClientConversationMessage |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTypes.h |
| Include Path | #include "ConversationTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FClientConversationMessage
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MetadataParameters | TArray< FConversationNodeParameterPair > | Additional metadata for this message (e.g. Emotion: "Angry"/"Happy") | ConversationTypes.h |
|
| ParticipantDisplayName | FText | ConversationTypes.h |
|
|
| SpeakerID | FGameplayTag | ConversationTypes.h |
|
|
| Text | FText | ConversationTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToString() |
ConversationTypes.h |