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:
@ -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]),
|
||||
|
||||
Reference in New Issue
Block a user