Merge pull request 'gurkan.erdinc.temp2' (#34) from gurkan.erdinc.temp2 into main

Reviewed-on: LuckyRobots/LuckyWorldV2#34
This commit is contained in:
2025-04-22 19:46:18 +00:00
9 changed files with 110 additions and 2 deletions

View File

@ -121,7 +121,7 @@ public:
public:
UPROPERTY(EditAnywhere, BlueprintReadWrite)
ERobotsName CurrentSelectRobot = ERobotsName::None;
ERobotsName CurrentSelectRobot = ERobotsName::SO100Robot;
UPROPERTY(EditAnywhere, BlueprintReadWrite)
ELevelEnum CurrentSelectLevel = ELevelEnum::None;
@ -323,5 +323,12 @@ public:
UFUNCTION(BlueprintPure)
int32 GetWidgetTotalHit() const;
UFUNCTION(exec)
void SetLuckyRobot(FString RobotName);
UFUNCTION(exec)
void LuckyRobots();
UFUNCTION(BlueprintPure)
EUnrealBuildType CheckBuildConfiguration() const;
};