Defines the way the persona will handle attempts to prompt it while it is processing.
Verse using statement |
using { /UnrealEngine.com/Conversations } |
Enumerators
The persona_interruption_rule enumeration includes the following enumerators:
| Name | Description |
|---|---|
IgnoreUntilFinished |
Cannot be interrupted, will ignore any input until the finished. |
InterruptOnPromptStart |
Will be interrupted immediately when spoken to. |
InterruptOnResponseStart |
Will interrupt when the response for the interrupting prompt is ready. |