Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/FEdGraphSchemaAction_NewNode
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
template<typename NodeType>
static NodeType * SpawnNodeFromTemplate
(
class UEdGraph * ParentGraph,
NodeType * InTemplateNode,
const FVector2D Location,
bool bSelectNewNode
)