Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_CallFunction
- UK2Node_CallFunction::CanToggleNodePurity()
- UK2Node_AddComponent::CanToggleNodePurity()
- UK2Node_CallDataTableFunction::CanToggleNodePurity()
- UK2Node_CallFunctionOnMember::CanToggleNodePurity()
- UK2Node_InstancedStruct::CanToggleNodePurity()
- UK2Node_Message::CanToggleNodePurity()
- UK2Node_PromotableOperator::CanToggleNodePurity()
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 |
virtual bool CanToggleNodePurity() const
Remarks
By default, pure nodes can be toggled. Return false if you don't want your node to support toggling.