This commit is contained in:
2026-07-26 02:11:11 +02:00
parent cb61c8b2e4
commit 69fa73e07e
20 changed files with 3945 additions and 1071 deletions
@@ -326,6 +326,8 @@ public:
// Landmarks: RARE, large, far-visible objects placed on a coarse hash lattice (the underground
// "mini-suns" etc.). Strate-wide; each entry has its own spacing/biome/placement/transform settings.
// Cheap at any radius — see FStrateLandmark / §8.5. (NOT part of the per-chunk decoration grid.)
// Landmarks now cover set-pieces too (AnchorMode HashLattice/PassageMouth + exclusion + orb). See
// FStrateLandmark / §8.5 (F7).
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Strate|Content")
TArray<FStrateLandmark> Landmarks;