Merge pull request 'martin' (#13) from martin into main

Reviewed-on: luckyrobots/LuckyRobotsUnreal#13
This commit is contained in:
martinluckyrobots 2025-04-05 05:37:50 +00:00
commit 592a43fa29
8 changed files with 7 additions and 0 deletions

View File

@ -59,6 +59,13 @@ public:
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Capture") UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Capture")
FCaptureSettingsData CurrentCaptureSettingsData; FCaptureSettingsData CurrentCaptureSettingsData;
public:
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Random Mesh")
bool bIsRandomPannel;
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Random Mesh")
bool bIsRandomRobotPosition;
public: public:
UPROPERTY(EditAnywhere, BlueprintReadWrite) UPROPERTY(EditAnywhere, BlueprintReadWrite)
ERobotsName CurrentSelectRobot = ERobotsName::None; ERobotsName CurrentSelectRobot = ERobotsName::None;