Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime > API/Plugins/CommonConversationRuntime/UConversationTaskNode
Description
Generates this task nodes' next possible conversation chioces. Default behavior handles finding static destination node choices and dynamic choices generated by the node, but this can be overriden if more custom behavior is desired for a specific task node.
| Name | GenerateNextChoices |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTaskNode.h |
| Include Path | #include "ConversationTaskNode.h" |
| Source | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Private/ConversationTaskNode.cpp |
virtual void GenerateNextChoices
(
FConversationBranchPointBuilder & BranchBuilder,
const FConversationContext & Context
) const