Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeNodeDescriptionHelpers.h |
| Include | #include "StateTreeNodeDescriptionHelpers.h" |
namespace UE
{
namespace StateTree
{
namespace DescHelpers
{
template<typename TInstanceDataType>
FText UE::StateTree::DescHelpers::GetDescriptionForMathOperation
(
FText OperationText,
const FGuid & ID,
FStateTreeDataView InstanceDataView,
const IStateTreeBindingLookup & BindingLookup,
EStateTreeNodeFormatting Formatting
)
}
}
}
description in the form of (Left OperationText Right). Expect TInstanceDataType to have a member Left and Right whose types have an overloaded UE::StateTree::DescHelpers::GetText function.