FGraphActionNode::IsSeparator

Determines if this node is a menu separator of some kind (either a "group-divider" or a "section heading").

Unreal Engine C++ API Reference > Editor > GraphEditor > FGraphActionNode

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/GraphActionNode.h
Include #include "GraphActionNode.h"
Source /Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp
bool IsSeparator() const

Remarks

Determines if this node is a menu separator of some kind (either a "group-divider" or a "section heading"). True if this is a menu divider, otherwise false.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library