Compare commits

..

No commits in common. "592a43fa29f1e2fd031f7a9e12566808f4116d6b" and "0327fdbdbb31e63100af8cb91e85e16332fc44e2" have entirely different histories.

8 changed files with 0 additions and 7 deletions

View File

@ -59,13 +59,6 @@ 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;