Removed CachedRequest functionality + Fixed(Tested) PursuitSequence bug
This commit is contained in:
@ -108,6 +108,10 @@ public:
|
||||
UFUNCTION()
|
||||
void OnRankingsReceived(const FDTFluxStageKey NewStageKey, const FDTFluxStageRankings NewStageRankings);
|
||||
|
||||
|
||||
void DebugFocusNext(const TArray<FDTFluxPursuitInfo>& OutPursuitFocusNext);
|
||||
void DebugOutPoursuitNext(const TArray<FDTFluxPursuitInfo>& OutPursuitNext);
|
||||
|
||||
private:
|
||||
TMap<FDTFluxStageKey, bool> PendingStageRanking;
|
||||
TArray<FDTFluxStageRankings> AllRankings;
|
||||
|
||||
Reference in New Issue
Block a user