UK2Node_Message::CreateSelfPin

Creates a self pin for the graph, taking into account the scope of the function call

Windows
MacOS
Linux

Override Hierarchy

UK2Node_CallFunction::CreateSelfPin()

UK2Node_Message::CreateSelfPin()

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Message.h

Include

#include "K2Node_Message.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Message.cpp

Syntax

virtual UEdGraphPin * CreateSelfPin
(
    const UFunction * Function
)

Remarks

Creates a self pin for the graph, taking into account the scope of the function call

Returns

Pointer to the pin that was created

Parameters

Parameter

Description

Function

The function to be called by the Node.

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