Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_CallFunction
Description
By default, pure nodes can be toggled. Return false if you don't want your node to support toggling.
Derived Overrides
- UK2Node_AddComponent::CanToggleNodePurity
- UK2Node_CallDataTableFunction::CanToggleNodePurity
- UK2Node_CallFunctionOnMember::CanToggleNodePurity
- UK2Node_InstancedStruct::CanToggleNodePurity
- UK2Node_Message::CanToggleNodePurity
- UK2Node_PromotableOperator::CanToggleNodePurity
| Name | CanToggleNodePurity |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunction.h |
| Include Path | #include "K2Node_CallFunction.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunction.cpp |
virtual bool CanToggleNodePurity() const