Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime > API/Plugins/CommonConversationRuntime/UConversationTaskNode
References
| Module | CommonConversationRuntime |
| Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationTaskNode.h |
| Include | #include "ConversationTaskNode.h" |
| Source | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Private/ConversationTaskNode.cpp |
virtual void GenerateNextChoices
(
FConversationBranchPointBuilder & BranchBuilder,
const FConversationContext & Context
) const
Remarks
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.