WIP - Configure Episode Series Launch

This commit is contained in:
Jb win
2025-05-03 01:45:06 +07:00
parent 19d36fdf00
commit 45490051cd
9 changed files with 173 additions and 24 deletions

View File

@ -35,3 +35,8 @@ void URobotPilotComponent::PostPhysicStepUpdate(const float SimulationTime)
{
// Overriden in each dedicated RobotPilotComponent
}
FTransform URobotPilotComponent::GetReachableTransform()
{
return FTransform::Identity;
}