feat: RP asset functions

This commit is contained in:
2024-10-27 19:49:15 +01:00
parent b4e8796e74
commit 86362e2658
9 changed files with 281 additions and 79 deletions
@@ -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;
};