GameplayTestProgressStatus: {
    distance: float;
    frame: integer;
    reached: boolean;
    stalled: boolean;
}

Type declaration

  • distance: float
  • frame: integer
  • reached: boolean
  • stalled: boolean

    True when the distance to the target shrank by less than minProgress over the last windowFrames frames.