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:
@@ -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) ----
|
||||
|
||||
Reference in New Issue
Block a user