prepared Shortcut rework for A* (working segment data)

This commit is contained in:
2022-02-05 14:26:46 +01:00
parent 1573598c2a
commit 1485621698
3 changed files with 47 additions and 75 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ public:
UPROPERTY()
float GCost;
UPROPERTY()
float HCost;
float HCost = 9999;
// MapObject Placement
UPROPERTY(BlueprintReadWrite, VisibleAnywhere)