feat: Raw Pointers to TObjectPtr migration
This commit is contained in:
@@ -36,5 +36,5 @@ public:
|
||||
* Curve that defines the power output of the generator
|
||||
*/
|
||||
UPROPERTY( EditAnywhere, BlueprintReadWrite, Category = "Generator" )
|
||||
UCurveFloat* mGeneratorCurve;
|
||||
TObjectPtr<UCurveFloat> mGeneratorCurve;
|
||||
};
|
||||
Reference in New Issue
Block a user