MISC - Rename method

This commit is contained in:
Jb win
2025-05-02 03:29:42 +07:00
parent 440d079225
commit 19d36fdf00
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ void UEpisodeSubSystem::Tick(float DeltaTime)
// How to reset the episode?
}
void UEpisodeSubSystem::StartNewEpisode()
void UEpisodeSubSystem::StartNewEpisodesSeries(int32 EpisodesCount)
{
// Noah
// Configure the DataTransfer -> Use CurrentRobot->Cameras

View File

@ -25,7 +25,7 @@ public:
/**
* Called by the UI when pressing the "Capture" button
*/
void StartNewEpisode();
void StartNewEpisodesSeries(int32 EpisodesCount);
private:
bool bIsCapturing = false;