UNSTBL - Refacto

+ Exit CaptureImage faster in case of problem
+ Register cameras manually in Episode SubSystem
+ Make FilePath optional to keep the correct default value in saved games
- Image capture doesn't work, image is empty
This commit is contained in:
Jb win
2025-05-06 16:23:17 +07:00
parent 022f7dd518
commit 42fc0e5b74
9 changed files with 107 additions and 95 deletions

View File

@ -40,11 +40,4 @@ public:
URobotPilotComponent* RobotPilotComponent = nullptr;
UFUNCTION(BlueprintCallable)
void InitPilotComponent(); // This should have Robot type as parameter?
// ---------------------
// ------ SENSORS ------
// ---------------------
void InitCamera();
UPROPERTY(EditAnywhere, BlueprintReadWrite)
TArray<TObjectPtr<ALuckySensorPawnBase>> Cameras;
};