Fix Debug Usage

This commit is contained in:
2025-07-08 17:52:14 +02:00
parent 43a7fb7400
commit 760a764816

View File

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