Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphActionNode
Description
Retrieves this node's display name (for category and action nodes). The text string will be empty for separator and root nodes.
| Name | GetDisplayName |
| 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 const & GetDisplayName() const
The name to present this node with in the tree view (will be an empty text string if this is a separator node)