mirror of
https://github.com/Ed94/Cog.git
synced 2026-07-26 09:23:47 +00:00
Fix garbage collection unloading cog assets
This commit is contained in:
@@ -60,5 +60,5 @@ private:
|
||||
bool ShowQuery = false;
|
||||
|
||||
UPROPERTY()
|
||||
TWeakObjectPtr<const UCogEngineDataAsset> Asset = nullptr;
|
||||
TObjectPtr<const UCogEngineDataAsset> Asset = nullptr;
|
||||
};
|
||||
|
||||
@@ -32,5 +32,5 @@ protected:
|
||||
private:
|
||||
|
||||
UPROPERTY()
|
||||
TWeakObjectPtr<const UCogEngineDataAsset> Asset = nullptr;
|
||||
TObjectPtr<const UCogEngineDataAsset> Asset = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user