Fix Debug Usage
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user