Navigation
Unreal Engine C++ API Reference > Plugins > CommonConversationGraph > UConversationGraphSchema
- UEdGraphSchema::CreateDefaultNodesForGraph()
- UConversationGraphSchema::CreateDefaultNodesForGraph()
References
Module | CommonConversationGraph |
Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphSchema.h |
Include | #include "ConversationGraphSchema.h" |
Source | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Private/ConversationGraphSchema.cpp |
virtual void CreateDefaultNodesForGraph
&40;
UEdGraph & Graph
&41; const
Remarks
Populate new graph with any default nodes
Parameters
Name | Description |
---|---|
Graph | Graph to add the default nodes to |
ContextClass | If specified, the graph terminators will use this class to search for context for signatures (i.e. interface functions) |