B1ZoiGroup
- Represents a Zoi group instance, storing the leader, group ID, group type, and the list of member entity IDs.
| Property | Type | Description | Metadata |
|---|---|---|---|
| LeaderId | FB1EntityId | Entity ID of the group leader. | |
| GroupId | FB1ZoiGroupId | Unique identifier for this Zoi group instance. | |
| GroupType | EB1ZoiGroupType | Type flags describing the nature of this group (e.g., Default, Family, Date). | |
| MemberIds | TArray | List of entity IDs for all members belonging to this group. |