Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_PromotableOperator
Description
Spawn a new intermediate call function node with the given operator function and allocate its default pins. Place it next to the given Previous node
| Name | CreateIntermediateNode |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_PromotableOperator.h |
| Include Path | #include "K2Node_PromotableOperator.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_PromotableOperator.cpp |
UK2Node_CallFunction * CreateIntermediateNode
(
UK2Node_CallFunction * PreviousNode,
const UFunction *const OpFunction,
FKismetCompilerContext & CompilerContext,
UEdGraph * SourceGraph
)
An intermediate call function node placed next to the "PreviousNode"