Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphActionNode
Description
Walks the node chain backwards, constructing a category path (delimited by '|' characters). This includes this node's category (if it is a category node).
| Name | GetCategoryPath |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/GraphActionNode.h |
| Include Path | #include "GraphActionNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp |
FText GetCategoryPath() const
A category path string, denoting the category hierarchy up to this node.