Navigation
API > API/Plugins > API/Plugins/CommonConversationGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UAIGraphNode
- UConversationGraphNode
- UConversationGraphNode_Choice
- UConversationGraphNode_EntryPoint
- UConversationGraphNode_Requirement
- UConversationGraphNode_SideEffect
- UConversationGraphNode_Task
References
| Module | CommonConversationGraph |
| Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphNode.h |
| Include | #include "ConversationGraphNode.h" |
Syntax
UCLASS&40;&41;
class UConversationGraphNode : public UAIGraphNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
UConversationGraphNode
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Check if node can accept breakpoints | ||
| FName | GetNameIcon () |
Gets icon resource name for title bar | |
| T * | |||
| void |
Overridden from UAIGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateUnderSpecifiedSchema
(
const UEdGraphSchema* Schema |
Determine if this node can be created under the specified schema | |
| bool | Returns true if it is possible to jump to the definition of this node (e.g., if it's a variable get or a function call) | ||
| TSharedPtr< SGraphNode > | Create a visual widget to represent this node in a graph editor or graph panel. | ||
| void | FindDiffs
(
UEdGraphNode* OtherNode, |
Gives the node the option to customize how diffs are discovered within it. | |
| UObject * | Returns the object that should be focused when double-clicking on this node (the object can be an actor, which selects it in the world, or a node/graph/pin) | ||
| FLinearColor | Gets the draw color of a node's body tine | ||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| void | Jump to the definition of this node (should only be called if CanJumpToDefinition() return true) |