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