Semantic part type used by runtime prompt providers.
UENUM(BlueprintType)
enum class EInteractionRuntimePromptPartType : uint8
Values
-
Command
0 - Command text fragment.
-
Key
1 - Input key or glyph text fragment.
-
State
2 - State or failure text fragment.
-
Literal
3 - Literal connector text fragment.
-
Progress
4 - Progress text fragment.
-
Cooldown
5 - Cooldown text fragment.
-
Custom
6 - Project-defined custom text fragment.
-
Pattern
7 - Input-pattern text fragment.