Navigation
API > API/Plugins > API/Plugins/CommonConversationGraph
Root node of this conversation block
| Name | UConversationGraphNode_EntryPoint |
| Type | class |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphNode_EntryPoint.h |
| Include Path | #include "ConversationGraphNode_EntryPoint.h" |
Syntax
UCLASS (MinimalAPI)
class UConversationGraphNode_EntryPoint : public UConversationGraphNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UAIGraphNode → UConversationGraphNode → UConversationGraphNode_EntryPoint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UConversationGraphNode_EntryPoint
(
const FObjectInitializer& ObjectInitializer |
ConversationGraphNode_EntryPoint.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
ConversationGraphNode_EntryPoint.h |
Overridden from UConversationGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetNameIcon() |
Gets icon resource name for title bar | ConversationGraphNode_EntryPoint.h |