Navigation
API > API/Plugins > API/Plugins/CommonConversationGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UAIGraphNode
- UConversationGraphNode
- UConversationGraphNode_Task
References
| Module | CommonConversationGraph |
| Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphNode_Task.h |
| Include | #include "ConversationGraphNode_Task.h" |
Syntax
UCLASS&40;&41;
class UConversationGraphNode_Task : public UConversationGraphNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
UConversationGraphNode_Task
(
const FObjectInitializer& ObjectInitializer |
Overridden from UConversationGraphNode
| Type | Name | Description | |
|---|---|---|---|
| bool | Check if node can accept breakpoints |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Allocate default pins for a given node, based only the NodeType, which should already be filled in. | ||
| FLinearColor | Gets the draw color of a node's body tine | ||
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
Gets a list of actions that can be done to this particular node | |
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar |