Fixed bIsMassStart assign On NextFocus

This commit is contained in:
2025-07-13 18:07:14 +02:00
parent a1e6902a15
commit e6d878aeef
2 changed files with 5 additions and 7 deletions

View File

@ -123,7 +123,7 @@ private:
UPROPERTY()
bool bIsRankingBounded = false;
UFUNCTION()
void SetPursuitInfoIsMassStart(FDTFluxPursuitGroup NextFocusGroup);
void SetPursuitInfoIsMassStart(FDTFluxPursuitGroup& NextFocusGroup);
UFUNCTION()
bool LaunchPursuitSequence();
};