feat: Raw Pointers to TObjectPtr migration

This commit is contained in:
mrhid6
2026-06-05 21:19:21 +01:00
parent 74badcca9b
commit dbcd107343
5 changed files with 21 additions and 21 deletions
@@ -36,5 +36,5 @@ public:
* Curve that defines the power output of the generator
*/
UPROPERTY( EditAnywhere, BlueprintReadWrite, Category = "Generator" )
UCurveFloat* mGeneratorCurve;
TObjectPtr<UCurveFloat> mGeneratorCurve;
};