From 760a76481634ec45121a7436fb55133ff0cad338 Mon Sep 17 00:00:00 2001 From: Ange-Marie MAURIN Date: Tue, 8 Jul 2025 17:52:14 +0200 Subject: [PATCH] Fix Debug Usage --- Source/DTFluxCore/Public/Types/Struct/FDTFluxPursuitInfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/DTFluxCore/Public/Types/Struct/FDTFluxPursuitInfo.h b/Source/DTFluxCore/Public/Types/Struct/FDTFluxPursuitInfo.h index 61cb979..a05e50b 100644 --- a/Source/DTFluxCore/Public/Types/Struct/FDTFluxPursuitInfo.h +++ b/Source/DTFluxCore/Public/Types/Struct/FDTFluxPursuitInfo.h @@ -22,14 +22,14 @@ struct FDTFluxPursuitInfo }; //TODO : Set this property to BlueprintReadOnly - UPROPERTY(BlueprintReadWrite, VisibleAnywhere) + UPROPERTY(BlueprintReadWrite, EditAnywhere) bool bIsMassStart = false; //TODO : Set this property to BlueprintReadOnly - UPROPERTY(BlueprintReadWrite, VisibleAnywhere) + UPROPERTY(BlueprintReadWrite, EditAnywhere) int Bib = -1; //TODO : Set this property to BlueprintReadOnly - UPROPERTY(BlueprintReadWrite, VisibleAnywhere) + UPROPERTY(BlueprintReadWrite, EditAnywhere) FDateTime StartTime; };