Group all BP categories/components under ASTERION|PS_Editor + fix Content Browser freeze

- All UFUNCTION/UPROPERTY Category prefix changed from "PS Editor" to "ASTERION|PS_Editor"
- Components ClassGroup changed to "ASTERION|PS Editor" (sub-hierarchy in Add Component menu)
- Create Spawnable Blueprint: defer asset loading until menu click
  (was loading all meshes on right-click, causing 30s freeze)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-17 16:29:41 +02:00
parent cd43ae6adc
commit 4354b8c96e
14 changed files with 86 additions and 83 deletions

View File

@@ -57,7 +57,7 @@ public:
virtual void UpdateVisualization() override;
UFUNCTION(BlueprintCallable, Category = "PS Editor|Spline")
UFUNCTION(BlueprintCallable, Category = "ASTERION|PS_Editor|Spline")
virtual void UpdateSplineMaterials() override;
// ---- Handle interaction (IPS_Editor_SplineEditable) ----