UK2Node_CallFunction::CreateSelfPin

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

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

  • UK2Node_CallFunction::CreateSelfPin()

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunction.h
Include #include "K2Node_CallFunction.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunction.cpp
virtual [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * CreateSelfPin
(
    const [UFunction](API\Runtime\CoreUObject\UObject\UFunction) * Function
)

Remarks

Creates a self pin for the graph, taking into account the scope of the function call Pointer to the pin that was created

Parameters

Name Description
Function The function to be called by the Node.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library