Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/UStateTreeEditorData
Description
Returns the description for the node for UI. Handles the name override logic, figures out required data for the GetDescription() call, and handles the fallbacks.
| Name | GetNodeDescription |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorData.h |
| Include Path | #include "StateTreeEditorData.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeEditorData.cpp |
FText GetNodeDescription
(
const FStateTreeEditorNode & Node,
const EStateTreeNodeFormatting Formatting
) const
description for the node.