Verse API reference page for the basic_prompt_slot class
Basic implementation of the prompt slot provider, which just returns a string
Verse using statement |
using { /UnrealEngine.com/Conversations } |
Exposed Interfaces
This class exposes the following interfaces:
| Name | Description |
|---|---|
prompt_slot_provider |
Base interface for retrieving the content in a slot on a prompt template at runtime. |
Members
This class has both data members and functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
Contents |
?[]char |
The content as a string |
Functions
| Function Name | Description |
|---|---|
GetSlotContents |
Returns the prompt string |