Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Enum describing in what format a text is expected to be returned.
- Normal text should be used for values
- Bold text should generally be used for actions, like name a of a task "Play Animation {AnimName}".
- Subdued should be generally used for secondary/structural information, like "{Left}
equals {Right}".
| Name | EStateTreeNodeFormatting |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeNodeBase.h |
| Include Path | #include "StateTreeNodeBase.h" |
Syntax
enum EStateTreeNodeFormatting
{
RichText,
Text,
}
Values
| Name | Remarks |
|---|---|
| RichText | The returned text can contain following right text formatting (no nesting) |
| Text | The text should be unformatted |