Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_CallFunction
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 |
bool CreatePinsForFunctionCall
&40;
const UFunction &42; Function
&41;
Remarks
Creates all of the pins required to call a particular UFunction. true on success.
Parameters
Name | Description |
---|---|
Function | The function to be called by the Node. |