UK2Node::IsNodeSafeToIgnore

Query if this is a node that is safe to ignore (e.g., a comment node or other non-structural annotation that can be pruned with no warnings).

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node

  • UK2Node::IsNodeSafeToIgnore()

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h
Include #include "K2Node.h"
virtual bool IsNodeSafeToIgnore() const

Remarks

Query if this is a node that is safe to ignore (e.g., a comment node or other non-structural annotation that can be pruned with no warnings). true if node safe to ignore.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library