From 43a7fb74000221a4379cdcbdd164705b9105bd17 Mon Sep 17 00:00:00 2001 From: Ange-Marie MAURIN Date: Tue, 8 Jul 2025 17:09:21 +0200 Subject: [PATCH] Modified FDTFluxPursuitInfo for testing purpose --- .../DTFluxCore/Public/Types/Struct/FDTFluxPursuitInfo.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Source/DTFluxCore/Public/Types/Struct/FDTFluxPursuitInfo.h b/Source/DTFluxCore/Public/Types/Struct/FDTFluxPursuitInfo.h index e5f397c..61cb979 100644 --- a/Source/DTFluxCore/Public/Types/Struct/FDTFluxPursuitInfo.h +++ b/Source/DTFluxCore/Public/Types/Struct/FDTFluxPursuitInfo.h @@ -21,12 +21,15 @@ struct FDTFluxPursuitInfo { }; - UPROPERTY(BlueprintReadOnly, VisibleAnywhere) + //TODO : Set this property to BlueprintReadOnly + UPROPERTY(BlueprintReadWrite, VisibleAnywhere) bool bIsMassStart = false; - UPROPERTY(BlueprintReadOnly, VisibleAnywhere) + //TODO : Set this property to BlueprintReadOnly + UPROPERTY(BlueprintReadWrite, VisibleAnywhere) int Bib = -1; - UPROPERTY(BlueprintReadOnly, VisibleAnywhere) + //TODO : Set this property to BlueprintReadOnly + UPROPERTY(BlueprintReadWrite, VisibleAnywhere) FDateTime StartTime; };