UK2Node_PromotableOperator::AutowireNewNode

Autowire a newly created node.

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_PromotableOperator

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_PromotableOperator.h
Include #include "K2Node_PromotableOperator.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/K2Node_PromotableOperator.cpp
virtual void AutowireNewNode
(
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * FromPin
)

Remarks

Autowire a newly created node.

Parameters

Name Description
FromPin The source pin that caused the new node to be created (typically a drag-release context menu creation).

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library