# TODO List ## CPP - [ ] ``FDateTime GetStageStartTime(const int ContestId, const int StageId)`` _Renvoie le start time du contest et stage sélectionné_ - [ ] ``GetContestRanking(const int ContestId, TArray& outRankings)`` - [ ] ``GetContestRankingFromRank(const int ContestId, const int MaxLines=10, const int FirstRank, TArray& outRankings)`` - [ ] ``GetStageRanking(const int ContestId, const int StageId, TArray& outRankings)`` - [ ] ``GetStageRankingFromRank(const int ContestId, const int StageId, const int MaxLines=10, const int FirstRank, TArray& outRankings)`` - [ ] ``InitPursuit(const TArray ContestId)`` - [ ] ``TDelegate GetPursuit(const TArray ContestId, TArray& OutPursuitFocusNext, TArray& OutPursuitNext, bool& BIsFocusTruncate, const int Maxlines)`` ## BP