The ConvaiObjectEntry structure parses information about a character or an object in the scene, which is then included in the Environment object.
Convai Object Entry structure allows for parsing of information about an object or character in the scene. It takes in the name of the object or character and can also include a reference to the object or character, a description, and a position vector (optional). This information is then added to the Environment object.
Ref
FString
A reference to a character or object. (Optional)
Optional Position Vector
FVector
A related position vector. (Optional)
Name
FString
The Name of the character or object.
Description
FString
The bio/description for the character/object. (Optional)