UK2Node_CustomEvent::CreatePinFromUserDefinition

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

Windows
MacOS
Linux

Override Hierarchy

UK2Node_EditablePinBase::CreatePinFromUserDefinition()

UK2Node_CustomEvent::CreatePinFromUserDefinition()

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

Syntax

virtual UEdGraphPin * CreatePinFromUserDefinition
(
    const TSharedPtr< 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

Parameter

Description

NewPinInfo

Shared pointer to the struct containing the info for this pin

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss