Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeRunParallelStateTreeTa-
Description
Returns description for the node, use in the UI. The UI description is selected as follows:
- Node Name, if not empty
- Description if not empty
- Display name of the node struct
Virtual Inheritance
- FStateTreeNodeBase::GetDescription → FStateTreeRunParallelStateTreeTask::GetDescription
| Name | GetDescription |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/Tasks/StateTreeRunParallelStateTreeTask.h |
| Include Path | #include "Tasks/StateTreeRunParallelStateTreeTask.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/Tasks/StateTreeRunParallelStateTreeTask.cpp |
virtual FText GetDescription
(
const FGuid & ID,
FStateTreeDataView InstanceDataView,
const IStateTreeBindingLookup & BindingLookup,
EStateTreeNodeFormatting Formatting
) const