Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeNodeBase.h |
| Include | #include "StateTreeNodeBase.h" |
Syntax
enum EStateTreeNodeFormatting
{
RichText,
Text,
}
Values
| Name | Description |
|---|---|
| RichText | The returned text can contain following right text formatting (no nesting) |
| Text | The text should be unformatted |
Remarks
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}".