Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_CallFunctionOnMember
- UK2Node_CallFunction::CreateSelfPin()
- UK2Node_CallFunctionOnMember::CreateSelfPin()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunctionOnMember.h |
Include | #include "K2Node_CallFunctionOnMember.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunctionOnMember.cpp |
virtual UEdGraphPin &42; CreateSelfPin
&40;
const UFunction &42; Function
&41;
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. |