Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
Inheritance Hierarchy
- UActorComponent
- UConversationParticipantComponent
References
| Module | CommonConversationRuntime |
| Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationParticipantComponent.h |
| Include | #include "ConversationParticipantComponent.h" |
Syntax
UCLASS (BlueprintType)
class UConversationParticipantComponent : public UActorComponent
Remarks
Active conversation participants should have this component on them. It keeps track of what conversations they are participating in (typically no more than one)
Variables
| Type | Name | Description | |
|---|---|---|---|
| FConversationStartedEvent | ConversationStarted | ||
| FConversationStatusChangedEvent | ConversationStatusChanged | ||
| FConversationTaskChoiceDataUpdatedEvent | ConversationTaskChoiceDataUpdated | ||
| FConversationUpdatedEvent | ConversationUpdated |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Classes
| Type | Name | Description | |
|---|---|---|---|
| FConversationStartedEvent | |||
| FConversationStatusChangedEvent | Client and server notification of the conversation starting or ending. | ||
| FConversationTaskChoiceDataUpdatedEvent | |||
| FConversationUpdatedEvent |