Search found 1 match

Go to advanced search

by dtzl1999
Tue Nov 10, 2020 9:41 am
Forum: How to... ?
Topic: Bad Cast on Two Different Footbot Controllers
Replies: 1
Views: 8556

Bad Cast on Two Different Footbot Controllers

I have some issue with dynamic cast for the loop function that I have created. Here is a part pertaining to the dynamic cast: CFootBotEntity& footBot = *any_cast<CFootBotEntity*>(it->second); CFootBotMobile& controller = dynamic_cast<CFootBotMobile&>(footBot.GetControllableEntity().GetCo...

Go to advanced search