Modified FDTFluxPursuitInfo for testing purpose

This commit is contained in:
2025-07-08 17:09:21 +02:00
parent b63f2dd7b5
commit 43a7fb7400

View File

@ -21,12 +21,15 @@ struct FDTFluxPursuitInfo
{ {
}; };
UPROPERTY(BlueprintReadOnly, VisibleAnywhere) //TODO : Set this property to BlueprintReadOnly
UPROPERTY(BlueprintReadWrite, VisibleAnywhere)
bool bIsMassStart = false; bool bIsMassStart = false;
UPROPERTY(BlueprintReadOnly, VisibleAnywhere) //TODO : Set this property to BlueprintReadOnly
UPROPERTY(BlueprintReadWrite, VisibleAnywhere)
int Bib = -1; int Bib = -1;
UPROPERTY(BlueprintReadOnly, VisibleAnywhere) //TODO : Set this property to BlueprintReadOnly
UPROPERTY(BlueprintReadWrite, VisibleAnywhere)
FDateTime StartTime; FDateTime StartTime;
}; };