Verse using statement |
using { /UnrealEngine.com/Conversations } |
ai_description<public><constructor>(Description:[]char):
Parameters
ai_description takes the following parameters:
| Name | Type | Description |
|---|---|---|
Description |
[]char |
Attributes, Specifiers, and Effects
Specifiers
The following specifiers determine how you can interact with ai_description in your programs. For the complete list of specifiers, see the Specifiers Page.
| Specifier | Meaning |
|---|---|
public |
The identifier is universally accessible. You can use this on modules, classes, interfaces, structs, enums, methods, and data. |
constructor |
Indicates that the function creates an instance of the class that it's associated with. |