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; };