Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UConversationNode
- UConversationSubNode
- UConversationChoiceNode
References
| Module | CommonConversationRuntime |
| Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationChoiceNode.h |
| Include | #include "ConversationChoiceNode.h" |
Syntax
UCLASS&40;Blueprintable&41;
class UConversationChoiceNode : public UConversationSubNode
Remarks
A choice on a task indicates that an option be presented to the user when the owning task is one of the available options of a preceding task.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGameplayTagContainer | ChoiceTags | ||
| FText | DefaultChoiceDisplayText |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FillChoice
(
const FConversationContext& Context, |
||
| bool | GenerateChoice
(
const FConversationContext& Context, |
||
| void | NotifyChoicePickedByUser
(
const FConversationContext& InContext, |