LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerCreateLeaderboardScheduleRequest Struct Reference

#include <LootLockerServerLeaderboardRequest.h>

Data Fields

FString Cron_expression = ""
 The cron expression to use for setting up the schedule.
 

Field Documentation

◆ Cron_expression

FString FLootLockerServerCreateLeaderboardScheduleRequest::Cron_expression = ""

The cron expression to use for setting up the schedule.

These expressions follow the traditional cron spec. See crontab.guru for a good resource in exploring cron expressions. Additionally, we do support non-standard descriptors as follows:

  • @hourly: every hour at minute 00.
  • @daily: everyday, at midnight UTC.
  • @weekly: on Sunday, at midnight UTC.
  • @monthly: on the first day of the month, at midnight UTC.
  • @yearly: on the first day of the year, at midnight UTC.