Added Events OnDisplayRankings to launch Display of rankings in BluePrints.
This commit is contained in:
@ -89,4 +89,13 @@ public:
|
||||
|
||||
UFUNCTION(BlueprintCallable, CallInEditor, Category="DTFlux|Participant")
|
||||
bool GetParticipantByBib(int Bib, FDTFluxParticipant& OutParticipant);
|
||||
|
||||
UFUNCTION()
|
||||
bool IsStageFinished(FDTFluxStageKey StageKey);
|
||||
|
||||
private:
|
||||
UPROPERTY()
|
||||
TMap<FDTFluxStageKey, bool /*bIsFinished*/> FinishedStagesCache;
|
||||
UFUNCTION()
|
||||
bool CheckStageIsFinished(FDTFluxStageKey StageKey);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user