UK2Node_Message::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).

Windows
MacOS
Linux

Override Hierarchy

UK2Node::IsNodeSafeToIgnore()

UK2Node_Message::IsNodeSafeToIgnore()

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Message.h

Include

#include "K2Node_Message.h"

Syntax

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).

Returns

true if node safe to ignore.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss