This commit is contained in:
2025-04-18 18:17:02 +08:00
parent 80fdce96b2
commit e15eafe5d4
18 changed files with 259 additions and 493 deletions

View File

@@ -18,5 +18,5 @@ public:
// The asset that owns this graph
UPROPERTY()
class UDismembermentGraphAsset* OwningAsset;
TObjectPtr<class UDismembermentGraphAsset> OwningAsset;
};