Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- FNodeHandlingFunctor
- FKCHandler_CallFunction
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Public/CallFunctionHandler.h |
| Include | #include "CallFunctionHandler.h" |
Syntax
class FKCHandler_CallFunction : public FNodeHandlingFunctor
Constructors
| Type | Name | Description | |
|---|---|---|---|
FKCHandler_CallFunction
(
FKismetCompilerContext& InCompilerContext |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AdditionalCompiledStatementHandling
(
FKismetFunctionContext& Context, |
||
| void | CheckIfFunctionIsCallable
(
UFunction* Function, |
||
| void | CreateFunctionCallStatement
(
FKismetFunctionContext& Context, |
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. | |
| UFunction * | FindFunction
(
FKismetFunctionContext& Context, |
||
| bool | IsCalledFunctionFinal
(
UEdGraphNode* Node |
||
| bool | IsCalledFunctionFromInterface
(
UEdGraphNode* Node |
||
| bool | IsCalledFunctionPure
(
UEdGraphNode* Node |
Overridden from FNodeHandlingFunctor
| Type | Name | Description | |
|---|---|---|---|
| void | Compile
(
FKismetFunctionContext& Context, |
||
| void | RegisterNet
(
FKismetFunctionContext& Context, |
||
| void | RegisterNets
(
FKismetFunctionContext& Context, |
||
| void | Transform
(
FKismetFunctionContext& Context, |