You've already forked LuckyWorld
MISC - Rename method
This commit is contained in:
@ -29,7 +29,7 @@ void UEpisodeSubSystem::Tick(float DeltaTime)
|
|||||||
// How to reset the episode?
|
// How to reset the episode?
|
||||||
}
|
}
|
||||||
|
|
||||||
void UEpisodeSubSystem::StartNewEpisode()
|
void UEpisodeSubSystem::StartNewEpisodesSeries(int32 EpisodesCount)
|
||||||
{
|
{
|
||||||
// Noah
|
// Noah
|
||||||
// Configure the DataTransfer -> Use CurrentRobot->Cameras
|
// Configure the DataTransfer -> Use CurrentRobot->Cameras
|
||||||
|
@ -25,7 +25,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Called by the UI when pressing the "Capture" button
|
* Called by the UI when pressing the "Capture" button
|
||||||
*/
|
*/
|
||||||
void StartNewEpisode();
|
void StartNewEpisodesSeries(int32 EpisodesCount);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool bIsCapturing = false;
|
bool bIsCapturing = false;
|
||||||
|
Reference in New Issue
Block a user