ERobotCreationState¶
- 
class ERobotCreationState : public EEnumBase<int>¶
- Possible states in robot creation. - 
static ERobotCreationState NotComplete¶
- Robot creation has not yet been completed (e.g. new children can be created). 
 - 
static ERobotCreationState Complete¶
- Robot creation has been completed (i.e. creation of robot children is not allowed). 
 - 
ERobotCreationState::ERobotCreationState(int val)¶
- Parameters
- val – 
 
 - static ERobotCreationState ERobotCreationState::Convert(uint32_t val)
- 
static ERobotCreationState NotComplete¶