Fixed broken ModelAsset Details Customization (not showing customization for ModelAsset) + Added TODO comment on StageRanking StartTime computation has the method is opsque

This commit is contained in:
2025-07-12 09:27:02 +02:00
parent 0d851b7298
commit d7a189f905
2 changed files with 15 additions and 0 deletions

View File

@ -165,6 +165,7 @@ struct FDTFluxStageRankings : public FDTFluxDetailedRankings
Ranking.TimeStart.ParseIntoArray(Exploded, TEXT(":"), true);
if (Exploded.Num() == 3)
{
//TODO: Pas sur que ce soit super de le mettre à ce jour ???
FDateTime Now = FDateTime::Now();
RankingStartTime = FDateTime(Now.GetYear(), Now.GetMonth(), Now.GetDay(),
FCString::Atoi(*Exploded[0]), FCString::Atoi(*Exploded[1]),