B1ActiveWorldCalendarEvent
- Represents an active world calendar event at runtime, holding the event identifier
* and its associated active script schedules.
| Property | Type | Description | Metadata |
|---|---|---|---|
| EventId | FName | Identifier of the active calendar event. | |
| FxSchedules | TArray | List of active script schedules associated with this event. | |
| ActivityFeedSchedules | TArray | List of pending ActivityFeed schedules for this event. | |
| EventTriggerSchedules | TArray | List of pending EventTrigger schedules for this event. | |
| bStartScriptRun | bool | Whether the StartScript has run today (fired once at the schedule StartTime). | |
| bFinishScriptRun | bool | Whether the FinishScript has run today (fired once at the schedule EndTime). |