B1MeetingRuleData
- Structure that defines a single meeting rule entry.
* Specifies the conditions, site tags, and timeline/script IDs applied to host and guest during a meeting.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Conditions | TArray | List of conditions that must all be met for this meeting rule to apply. | Category: B1MeetingRuleData |
| RandomApplySiteTags | TArray | List of site tags where this meeting rule may be randomly applied. | Category: B1MeetingRuleData |
| ApplyHostTimelineId | FName | Timeline ID applied to the host when this meeting rule triggers. | Category: B1MeetingRuleData Foreign: Timeline.Id |
| ApplyGuestTimelineId | FName | Timeline ID applied to the guest when this meeting rule triggers. | Category: B1MeetingRuleData Foreign: Timeline.Id |
| ApplyScriptId | FName | Script ID executed when this meeting rule triggers. | Category: B1MeetingRuleData Foreign: Script_Timeline_Event.Id |