Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FKCHandler_CallFunction
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Public/CallFunctionHandler.h |
| Include | #include "CallFunctionHandler.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/CallFunctionHandler.cpp |
void CreateFunctionCallStatement
&40;
FKismetFunctionContext & Context,
UEdGraphNode &42; Node,
UEdGraphPin &42; SelfPin
&41;
Remarks
Searches for the function referenced by a graph node in the CallingContext class's list of functions, validates that the wiring matches up correctly, and creates an execution statement.