feat: RP asset functions
This commit is contained in:
@@ -39,4 +39,13 @@ public:
|
||||
*/
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Heater")
|
||||
float mDuration = 6.f;
|
||||
|
||||
UPROPERTY( EditAnywhere, BlueprintReadWrite, Category = "Heater" )
|
||||
float mHeat = 1;
|
||||
|
||||
UPROPERTY( EditAnywhere, BlueprintReadWrite, Category = "Heater" )
|
||||
float mMaxHeatValue = 500;
|
||||
|
||||
UPROPERTY( EditAnywhere, BlueprintReadWrite, Category = "Heater" )
|
||||
float mMinHeatValue = 20;
|
||||
};
|
||||
Reference in New Issue
Block a user