draw is indeed a virtual func, but the problem I'm encountering it that the draw function must be const, and something about that seems to dissallow me from accessing map entires with the square-brackets.
MapAct["Entry"];
I get this error.
error C2678: binary '[' : no operator found which takes a left-hand operand of type 'const std::map<std::string,ActorC *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' (or there is no acceptable conversion)