UK2Node_CustomEvent::CreatePinFromUserDefinition

Creates a new pin on the node from the specified user pin info.

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

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CustomEvent.h
Include #include "K2Node_CustomEvent.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/K2Node_CustomEvent.cpp
virtual [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * CreatePinFromUserDefinition
(
    const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FUserPinInfo](API\Editor\BlueprintGraph\FUserPinInfo) > NewPinInfo
)

Remarks

Creates a new pin on the node from the specified user pin info. Must be overridden so each type of node can ensure that the pin is created in the proper direction, etc

Parameters

Name Description
NewPinInfo Shared pointer to the struct containing the info for this pin

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library